Tuesday, January 31, 2012

Programming with Qt Quick Video presentation

While back I have posted an article about videos I found about Qt Quick and QML. They were from Qt Developer Days 2010. Today I have found a newer version of the video from October 17th 2011.
The videos are presented by: Justin Noe from ICS. I find the videos interesting and easy to follow. The examples and the presentation are the same as the last one, but slightly updated. The presenter is easy to listen. He is a native speaker and his voice won't put you to sleep :) Definitly recomend watching them if you haven't watched the video from my older posts.




You can find the videos from Qt Developer days 2011 on these links:


Programming with Qt Quick 1/5 - Meet Qt Quick
http://developer.qt.nokia.com/videos/watch/programming-with-qt-quick-1-5-meet-qt-quick

Programming with Qt Quick 2/5 - Meet Qt Quick (cont)
http://developer.qt.nokia.com/videos/watch/programming-with-qt-quick-2-5-meet-qt-quick-cont

Programming with Qt Quick 3/5 - Visual Element
http://developer.qt.nokia.com/videos/watch/programming-with-qt-quick-3-5-visual-elements
Topics covered in this video:
00:00:00 States (states example, defining states, setting states, changing properties, state conditions example)
00:07:03 Transitions (transitions example, wildcard transitions, reversible transitions)
00:14:14 lab - Light switch
00:18:07 Animations (number animations, property animations, number animations, easing curve)
00:27:30 Sequential and Parallel Animation (animation groups), Pausing between Animations
00:29:44 Other animations (color animations, Rotation Animation, ...)
00:36:27 Presenting data (grid View, repeaters, list view, XML data, data model)

Programming with Qt Quick 4/5 - States and Animations - this name is totally wrong it should be Qt Quick Structures
http://developer.qt.nokia.com/videos/watch/programming-with-qt-quick-4-5-states-and-animations
Topics covered in this video:
00:00:00 Module: Qt Quick structures
00:01:20 Custom items Vs. Components
00:02:15 Defining  a Custom Item (example, adding custom properties, property alias)
00:10:30 Adding custom signal (defining and emitting signal, receiving a custom signal)
00:15:52 importing a directory (and files inside)
00:19:30 Modules (like library), versioning Modules
00:25:10 Running the example
00:26:40 Importing into a Namespace


Programming with Qt Quick 5/5 - C++ Integration
http://developer.qt.nokia.com/videos/watch/programming-with-qt-quick-5-5-c-integration
Topics covered in this video:
text will be added in the future

These are the links to my older posts  regarding old videos from Qt Developer days 2010. If you watch the new videos you can slip these because they are practically identical.
http://mobiledevvt.blogspot.com/2012/01/introduction-to-qt-quick-part-14-video.html
http://mobiledevvt.blogspot.com/2012/01/video-on-animations-and-visual-effects.html

1 comment: