Quick Widgets

(Initial blurp)
Line 1: Line 1:
[[Category:Software]][[Category:Power users]]
[[Category:Software]][[Category:Power users]]
-
 
-
= Quick Widgets =
 
quick-widgets is an application to facilitate creating and deploying home screen widgets.  
quick-widgets is an application to facilitate creating and deploying home screen widgets.  
Line 12: Line 10:
* suspend widget when not on current home screen
* suspend widget when not on current home screen
* 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
 +
 +
== Basic Example ==
 +
 +
tbd
== User Contributed scripts ==
== User Contributed scripts ==
* see /opt/quick-widgets/examples/process.qml
* see /opt/quick-widgets/examples/process.qml

Revision as of 05:54, 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

Basic Example

tbd

User Contributed scripts

  • see /opt/quick-widgets/examples/process.qml