Quantcast
Channel: QtQuick Examples
Viewing all articles
Browse latest Browse all 12

QML Training Material

$
0
0

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

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.



Viewing all articles
Browse latest Browse all 12

Trending Articles