PDA

View Full Version : how to learn QML?



zbj2012cn
5th June 2011, 05:05
Are there any books about QML?

tsp
5th June 2011, 08:42
Check Qt Quick related material from:
http://qt.nokia.com/developer/learning/online/training
http://doc.qt.nokia.com/4.7-snapshot/qtquick.html
http://www.forum.nokia.com/Develop/Qt/Code_examples/Qt_Quick.xhtml

zbj2012cn
5th June 2011, 19:56
thanks you very much

pratsam
25th July 2016, 01:55
I too struggled earlier to find good material for learning QML. I mean you can look at Qt documentation but these are only good if you know the basics of how QML works and integration with C++. I think there are not a single book available in English for Qml(at the time of writing ) which teaches us step by step of how c++ &qml works together.
Finally After a long search I found decent tutorial in pluralsight website. its onlien learning website where you need to create account and pay for it. I have just started learning qml from there and so far its good.

anda_skoa
25th July 2016, 10:26
There is a Qt/QML book being created in a collaborative fashion, like an Free or Open Source project: https://qmlbook.github.io/

Cheers,
_