Perhaps an ideal set of workshops for learning QML and Qt Quick in general could be what is described here. This story was written a year ago but held back for review. That review is still undone...
Qt Quick came available in Qt 4.7 and is consisting of the following three parts:
- Qt Declarative component for the Qt C++ library
- QML declarative language
- Qt Creator with support for QML
The workshops with their approximate topics:
- QML Basics, drawing in Qt Creator
- Simple interaction via mouse events
- Binding values, javascipt and use of functions
- Behaviours, States and Transitions
- Reusing existing custom components, Qt Components
- Views and binding external data
There are plenty of material to choose from.






















