Can you please suggest resources to learn QML ( Qt Markup Language )?
相关问题
- QML: Cannot read property 'xxx' of undefin
- QML: Cannot read property 'xxx' of undefin
- QTextEdit.find() doesn't work in Python
- QT Layouts, how to make widgets in horizontal layo
- QT GUI freezes even though Im running in separate
相关文章
- ubuntu20.4中c#通过c++库调用python脚本
- Qt槽函数自动执行多遍
- Is there a non-java, cross platform way to launch
- How to get a settings storage path in a cross-plat
- Why doesn't valgrind detect a memory leak in m
- QTreeView remove decoration/expand button for all
- qt界面拥挤
- how do I correctly return values from pyqt to Java
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.
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/
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!