m (+cats) |
(→Available tutorials) |
||
| Line 22: | Line 22: | ||
* [[QML/Full-screen applications]]: how to configure a QML application to fill the screen, run maximized, or run "truly" full-screen. | * [[QML/Full-screen applications]]: how to configure a QML application to fill the screen, run maximized, or run "truly" full-screen. | ||
* [[QML/QSqlTableModel ]]: how to use QSqlTableModel in QML (under construction). | * [[QML/QSqlTableModel ]]: how to use QSqlTableModel in QML (under construction). | ||
| + | * [[QML/GraphicsGeoMap ]]: how to use a QGraphicsGeoMap in QML. | ||
== Other documentation == | == Other documentation == | ||
This is a place for QML tutorials I (User:Elliot) am writing as I learn QML.
Why am I writing this? After all, there is already plenty of documentation for QML/Qt Quick: for example, http://doc.qt.nokia.com/4.7/qtquick.html.
My reasons:
There will doubtless be overlap with other tutorials/blogs/official docs, but having all this stuff in one place, tailored for MeeGo, might be useful to others.
Having said all that, the existing QML docs are the best place to start learning QML if you've never used it before.
You're probably going to want to look at the QML elements documentation while you go through these tutorials. You can find it at http://doc.qt.nokia.com/4.7/qdeclarativeelements.html.
http://doc.qt.nokia.com/4.7/ might come in useful, too, if you want to learn more about Qt and go through the official tutorials.