Quick Widgets: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>greatgonzo No edit summary |
imported>greatgonzo No edit summary |
||
| Line 11: | Line 11: | ||
* access to system calls in QML (wrapping QProcess) | * access to system calls in QML (wrapping QProcess) | ||
* fix widget to size or let content determine the size | * fix widget to size or let content determine the size | ||
* restore after reboot/crash | |||
== Wish list == | |||
* base widgets | |||
* more event bindings directly in qml | |||
== Basic Example == | == Basic Example == | ||
| Line 18: | Line 24: | ||
== User Contributed scripts == | == User Contributed scripts == | ||
* | * /opt/quick-widgets/examples/process.qml | ||
== Thanks == | |||
venemo and the Nokia Qt labs | |||
Revision as of 06:33, 22 November 2010
quick-widgets is an application to facilitate creating and deploying home screen widgets.
see thread on talk
Features
- run Qt Quick applications as home widgets
- suspend widget when not on current home screen
- access to system calls in QML (wrapping QProcess)
- fix widget to size or let content determine the size
- restore after reboot/crash
Wish list
- base widgets
- more event bindings directly in qml
Basic Example
tbd
User Contributed scripts
- /opt/quick-widgets/examples/process.qml
Thanks
venemo and the Nokia Qt labs