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