After 2 years of silence I think about reloading this blog (not sure where the final location will be). Two years ago I started with a blog about training material. So I do the same today.
I collected a short list of links to QtQuick training material to read and to watch.
To follow what’s going on in the Qt landscape ensure you read the planet-qt news aggregate. The professional qt home is qt-digia.com and the community home is qt-project.org. And finally the developer starting point would be wiki.qt-project.org, which is about contributing to qt.
Reading
- Qt Quick Essentials Training Material (updated for Qt5)
- Qt Quick Guides
- Qt5 QML Documentation
Videos about Qt 4.7 / 4.8
Note: The videos are about Qt 4.x and use QtQuick 1.x. To use the examples with Qt5 just replace “import QtQuick 1.1″ with “import QtQuick 2.0″. There might be other problems (especially with the c++ part) but this will be your main issue. The videos are based on the QtQuick essentials material from above.
Qt DevDays 2011, Programming with Qt Quick 1/6 – Meet Qt Quick Part 1
Qt DevDays 2011, Programming with Qt Quick 2/6 – Meet Qt Quick Part 2
Qt DevDays 2011, Programming with Qt Quick 3/6 – Visual Elements Part 1
Qt DevDays 2011, Programming with Qt Quick 4/6 – Visual Elements Part 2
Qt DevDays 2011, Programming with Qt Quick 5/6 – States Animations
Qt DevDays 2011, Programming with Qt Quick 6/6 – C++ Integration
Qt Developer Days 2010 Videos
The 2010 Qt Developer Days videos about these topics are also available here, unfortunately the quality is pretty low, but worth watching. Same content different speaker and different approach as above.
- Qt DevDays 2010 – Qt Quick – Introduction to Qt Quick (part 1/4)
- Qt DevDays 2010 – Qt Quick – User Interaction – User Input and States (part 2/4)
- Qt DevDays 2010 – Qt Quick – Animations and Visual Effects (part 3/4)
-
Qt DevDays 2010 – Arranging Items, QML Components and Debugging QML (part 4/4)
