QtQuickApplication

Differences between revisions 7 and 8
Revision 7 as of 2012-02-21 07:48:00
Size: 833
Editor: 78
Comment:
Revision 8 as of 2012-02-21 08:01:30
Size: 1390
Editor: 78
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * Many :)  * qml file inclusion ([[http://bazaar.launchpad.net/~xdatap1/+junk/quickly-qtquick-template/view/head:/qtquick-application/project_root/python/__init__.py|lines 36-37]]) doesn't works after software packaging (file: ///usr/data/ui/window.qml: File not found)
 * "WARNING: Your project is out of date. Newly created projects use GTK+ 3, PyGI, and GSettings. See https://wiki.ubuntu.com/Quickly/GTK3 for porting information and when you have finished porting your code, run 'quickly upgrade' to get rid of this message." during packaging building
 * Many others :)

Quickly Qt Quick Application Template

This Quickly template allow the creation of Ubuntu applications using QT Quick. It's in a very ALPHA stage so is recommended only for experienced user willing to help me to finalizing it.

How to install

It's available through a PPA.

$ sudo add-apt-repository ppa:xdatap1/quickly-qtquick-template
$ sudo apt-get install quickly-qtquick-template 

Source code

Available on bazaar.

Known Issues

  • qml file inclusion (lines 36-37) doesn't works after software packaging (file: ///usr/data/ui/window.qml: File not found)

  • "WARNING: Your project is out of date. Newly created projects use GTK+ 3, PyGI, and GSettings. See https://wiki.ubuntu.com/Quickly/GTK3 for porting information and when you have finished porting your code, run 'quickly upgrade' to get rid of this message." during packaging building

  • Many others Smile :)

Quickly/QtQuickApplication (last edited 2012-02-21 15:32:47 by 78)