Quick Widgets

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 ==
-
* see /opt/quick-widgets/examples/process.qml
+
* /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

Contents

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