The Following 43 Users Say Thank You to GreatGonzo For This Useful Post: | ||
Alfred, attila77, bigears5000, Blaizzen, casper27, cfh11, cipper, conny, demludi, dwaradzyn, ejasmudar, elie-7, elros34, etuoyo, fmo, fms, fotis9, frals, generationally, ivyking, jflatt, JimKnopf, jsa, kopele, MaddogG, maddude, Maj3stic, mathiasp, mece, mikec, MJGibb, moepda, mr id, nicolai, OVK, phap, Rauha, RoveR.net, Slocan, Stonik, Switch_, Venemo, YoDude |
![]() |
2010-11-17
, 13:49
|
Posts: 26 |
Thanked: 3 times |
Joined on Jul 2010
@ Glasgow
|
#2
|
![]() |
2010-11-17
, 13:53
|
|
Posts: 1,062 |
Thanked: 961 times |
Joined on May 2010
@ Boston, MA
|
#3
|
![]() |
2010-11-17
, 21:42
|
Posts: 52 |
Thanked: 13 times |
Joined on Nov 2010
|
#4
|
Hi all,
I had a stab at my first application - called quick-widgets. It allows to run Qt Quick applications (qml files) as desktop (hildon-home) widgets. The code is heavily based on venemo's q-extras and sticky notes. So A BIG THANKS for doing all the hard work.
There are plenty of qml examples out there you can use., e.g. http://http://doc.qt.nokia.com/qt-ma...eexamples.html
Features
- as said - run qml applications as widgets
- similar to qmlviewer, provide
to suspend the widget.Code:runtime.isActiveWindow- use the size of the qml application or specify custom size which will scale the qml if programmed to allow it
- as sticky-notes, restore all widgets on reboot
Usage
- Download the deb - I still have to put it in extras-devel.
- install dependencies -
Code:apt-get install q-extras libhildon-extras1- install quick-widgets -
Code:dpkg -i quick-widgets_0.1.0_armel.deb- start the application to add new widgets
To Do
- write qml bindings to system calls
- support custom c++ bindings
- listen to feedback
I am looking forward to people posting their useful widgets.
![]() |
2010-11-17
, 22:06
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#5
|
Sorry - I know this goes back a couple of steps on your post, but how do I go from http://doc.qt.nokia.com/qt-maemo-4.7...otoviewer.html looking longingly at this qml demo of a photo viewer app to getting it on my phone as a demo?
The Following User Says Thank You to GreatGonzo For This Useful Post: | ||
![]() |
2010-11-17
, 22:13
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#6
|
![]() |
2010-11-17
, 22:19
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#7
|
![]() |
2010-11-17
, 22:24
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#8
|
ok how do o get widgets working, for example i would like to have that web browser as a widget, but how ?
The Following User Says Thank You to GreatGonzo For This Useful Post: | ||
![]() |
2010-11-17
, 22:29
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#9
|
Yep - I didn't have time to set it up yet. Small children can be a pain and the wife wants some attention too
![]() |
2010-11-17
, 23:03
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#10
|
I had a stab at my first application - called quick-widgets. It allows to run Qt Quick applications (qml files) as desktop (hildon-home) widgets. The code is heavily based on venemo's q-extras and sticky notes. So A BIG THANKS for doing all the hard work.
There are plenty of qml examples out there you can use., e.g. http://doc.qt.nokia.com/qt-maemo-4.7...eexamples.html
Features
Usage
To Do
I am looking forward to people posting their useful widgets.
Examples
I have attached the source for building the qml Process plugin. I am using this on my Desktop for creating widgets under Qt SDK 1.1. See README for very basic instructions.
Last edited by GreatGonzo; 2011-05-07 at 02:57.