Resources to learn QML? [closed]

2019-03-10 19:45发布

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

标签: qt qml
3条回答
别忘想泡老子
2楼-- · 2019-03-10 20:26

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.

查看更多
The star\"
3楼-- · 2019-03-10 20:32

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/

查看更多
Root(大扎)
4楼-- · 2019-03-10 20:41

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!

查看更多
登录 后发表回答