====== Qt Quick for Designers ====== The following has been adapted from a Qt Quick 1.0 training course originally published by Nokia around 2011. The material for this course is no longer available online. However the slides and enclosing materials were published under a [[https://creativecommons.org/licenses/by-sa/2.5/|CC BY-SA]] license and the code under a [[copyright_header?do=export_code&codeblock=1|BSD license]]. In accordance with those licenses, full attribution is hereby given to Nokia for this content. For readability in this context, the copyright header has been removed from many source files but is reproduced in its entirely [[copyright header|here]]. For clarity, the code and text have been revised and supplemented---sometimes substantially---in several modules. ===== Module 1 ===== * [[Getting started with Qt Quick]] * [[Layout basics]] * [[Interaction basics]] ===== Module 2 ===== * [[Positioning elements]] * [[Making things move]] * [[Components]] * [[Qt Quick and Javascript]] * [[Components + Javascript example]] ===== Module 3===== * [[All about lists]] * [[Loading external data]] **Additional information on data and lists** * [[https://qt-project.org/doc/qt-4.8/qdeclarativemodels.html|QML Data Models]] * [[https://qt-project.org/doc/qt-4.8/qml-views.html|Presenting Data with Views]] * [[https://qt-project.org/doc/qt-4.8/qml-listview.html#details|QML ListView Element details]] * [[http://harmattan-dev.nokia.com/docs/platform-api-reference/xml/daily-docs/libqt4/qdeclarativemodels.html|Harmattan QML Data Models]]