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

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

You can find valuable informations on following link: http://doc.qt.nokia.com/4.7-snapshot/qml-tutorial.html There, beside tutorial you can find list of QML elements as well as examples and demos.

link|improve this answer
feedback

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://qt.nokia.com/learning/guides. 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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.