QtQuickApplication

Differences between revisions 10 and 11
Revision 10 as of 2012-02-21 15:28:37
Size: 1416
Editor: 78
Comment:
Revision 11 as of 2012-02-21 15:32:47
Size: 1483
Editor: 78
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
  * Temp workaround: run "quickly upgrade" after project creation

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." for freshly created projects

    • Temp workaround: run "quickly upgrade" after project creation
  • Many others Smile :)

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