Question

Can you please suggest resources to learn QML ( Qt Markup Language )?

Was it helpful?

Solution

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.

OTHER TIPS

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!

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top