Can you please suggest resources to learn QML ( Qt Markup Language )?
-
Check this answer: http://stackoverflow.com/questions/16068954/qt5-0-2-qml-qtquick2-0-c-example-projects-that-run-without-errors/16069932#16069932 – dtech Jan 29 '14 at 13:23
-
4Qt5 Cadaques: https://qmlbook.github.io/# – Vertexwahn Feb 04 '17 at 15:44
-
you can find a collection of the best qml tutorials here: https://v-play.net/qt/qt-tutorials-resources-for-beginners – Christian Feldbacher Sep 13 '18 at 23:45
-
I am trying to learn QT and QML by altering/editing a very complex ICS program and it is hell on Earth... so what ever you do, dont do it this way. – Rob Jun 21 '19 at 19:06
3 Answers
This is an old question but if someone still is wondering the same question, I'll answer this as an update for the previous answer.
The tutorials described in the URL above are still valid, very comprehensive and useful, and there are now also developer guides for mobile and desktop QML development at link: http://www.qt.io/training-materials/. The guides there are very beginner-friendly step-by-step tutorials with clear and comprehensive explanations, so don't hesitate to check these out too.
EDIT 11.7.2012: There is also now a very nice set of Qt Quick tutorials available in the following address: http://doc.qt.io/qt-4.8/qtquick.html. So if you're interested in Qt and QML, go check those out!

- 6,732
- 5
- 44
- 50
You can find valuable informations on following link. There, beside tutorial you can find a list of QML elements as well as examples and demos.
-
5Demos are here: http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeexamples.html List of elements are here: http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeelements.html – Millhouse Dec 05 '10 at 22:43
I would also suggest others very usefull guides written by Digia. Those guides cover several topics like design strategies for modern application design, instruduction to Qt Quick, OpenGL, Qt Effects, game development and use of canvas.
Have a look at this link: http://download.qt.io/learning/developerguides/