< Plasma
Difference between revisions of "Plasma/PlasmoidScripting"
(Created page with 'This page records currently outstanding TODOs for the Javascript and QML Plasmoid scripting support. Please feel free to tackle any of the items below at your convenience. == A...') |
|||
Line 1: | Line 1: | ||
This page records currently outstanding TODOs for the Javascript and QML Plasmoid scripting support. Please feel free to tackle any of the items below at your convenience. | This page records currently outstanding TODOs for the Javascript and QML Plasmoid scripting support. Please feel free to tackle any of the items below at your convenience. | ||
+ | |||
+ | == I/O Write == | ||
+ | |||
+ | * write methods that match the read I/O methods | ||
== Autocompletion == | == Autocompletion == | ||
* add methods to Plasma::LineEdit that map to the most important parts of KLineEdit's autocomplete API | * add methods to Plasma::LineEdit that map to the most important parts of KLineEdit's autocomplete API | ||
+ | |||
+ | == QPixmap == | ||
+ | |||
+ | * ability to create from a QByteArray | ||
+ | * ability to create from a remote URL |
Revision as of 10:38, 15 December 2010
This page records currently outstanding TODOs for the Javascript and QML Plasmoid scripting support. Please feel free to tackle any of the items below at your convenience.
I/O Write
- write methods that match the read I/O methods
Autocompletion
- add methods to Plasma::LineEdit that map to the most important parts of KLineEdit's autocomplete API
QPixmap
- ability to create from a QByteArray
- ability to create from a remote URL
This page was last edited on 15 December 2010, at 10:38. Content is available under Creative Commons License SA 4.0 unless otherwise noted.