Learning Qt & QML : What path to follow?
-
wrote on 7 Jul 2011, 04:13 last edited by
[quote author="eminemence" date="1310007686"]I am interested in making an application with a good interface(I know it sounds silly).[/quote]
It doesn't sounds silly eminemence.
It's recommend to know Model/View architecture in Qt when you want to show a lot of data. And if you can describe your idea/app a little bit detailed, i think it's more usefull for people who want to give you advice :-)
Br,
-
wrote on 7 Jul 2011, 08:57 last edited by
Just found this : http://developer.qt.nokia.com/doc/qt-4.7/gettingstartedqt.html - Non buggy version :)
I think I will start with getting some hold of the Qt framework and then probably jump into QML. -
wrote on 7 Jul 2011, 09:11 last edited by
There is also this very basic step-by-step Qt "tutorial":http://developer.qt.nokia.com/wiki/Basic_Qt_Programming_Tutorial. There also a number of QML articles in the wiki.
Good luck and feel free to come back with specific questions.
-
wrote on 7 Jul 2011, 09:27 last edited by
Learning Qt, C++, JavaScript, QML in one step is too much. Concentrate on Qt/C++ or QML/JavaScript. QML/JavaScript is what you need for iPhone like animated UIs. Qt/C++ is what you need for desktop apps but can also be used for phone UIs to a certain degree.
-
wrote on 7 Jul 2011, 09:32 last edited by
For the data storage etc. eventually I will need Qt\C++. So currently am concentrating on just Qt\C++.
-
wrote on 18 Jul 2011, 11:49 last edited by
Hey the Qt Quick tutorial modules seem to be incomplete.
http://developer.qt.nokia.com/wiki/Qt_Quick_Tutorial
Anyone has the link to the complete tutorial with all the modules? -
wrote on 18 Jul 2011, 13:06 last edited by
You can find docs in your SDK. It's complete tutorial :D
-
wrote on 19 Jul 2011, 03:04 last edited by
[quote author="Chuck Gao" date="1310994413"]You can find docs in your SDK. It's complete tutorial :D[/quote]
Hey where are they in the docs in the SDK. I did not find them atleast!!!!
-
wrote on 19 Jul 2011, 03:14 last edited by
Search keyword "Qt Quick", you can find:
@
ContentsGetting Started
QML Features
QML Add-Ons
Qt Quick Tools
Reference
Architecture
Examples
Best Practices
License Information
@It's helpful :-)
-
wrote on 19 Jul 2011, 05:39 last edited by
This is the online resource for Qt Quick :
http://developer.qt.nokia.com/doc/qt-4.7/qtquick.html