QtQuickApplication

Differences between revisions 8 and 9
Revision 8 as of 2012-02-21 08:01:30
Size: 1390
Editor: 78
Comment:
Revision 9 as of 2012-02-21 15:24:06
Size: 1413
Editor: 78
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
$ sudo apt-get update

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 update
$ 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)