Wednesday, January 11, 2012

Video on Animations and Visual Effects in QML

This post continues from an earlier post. Be sure to check it out
Introduction to Qt Quick and User Interaction In QML Video

We are going on with videos from Nokia Qt learning
This video will help you out with Animations and Visual Effectsin in QML.

UPDATE: I have found newer versions of this video from October 17th 2011. These two video files are replaced by 3 shorter and newer ones. You can find my newer post here:

http://mobiledevvt.blogspot.com/2012/01/programming-with-qt-quick-video.html

Here is the video:
Animations and Visual Effects (part 3/4)




Topics covered in this video
and positions where the topics are in the video:
00:00:00 Example bouncing ball animation (easing.type, SequentialAnimation and rotation)
00:22:10 Proxy models
00:26:11 Arranging Items and examples (Column, Row, Grid, Flow, Repeater)
00:34:18 Labs - Chess board
01:12:30 Models and Views pure models (List Model)
01:15:35 Delegate component
01:23:25 Views (ListView GridView)
01:26:20 Getting list's current item - listView.currentItem.text, Adding Sections


Small Projects - Arranging Items, QMLComponentsand Debugging QML (part 4/4)
Unfortunately at some point you will notice that slides are out of sync. :( At some point near the end I stopped watching it because it bordered me too much.

Here goes the video:


Topics covered in this video
and positions where the topics are in the video:
00:00:00 Displaying sections
00:11:05 ListView (listModel)
00:12:03 Grid View
00:14:29 XML List Models
00:16:24 XML Roles
00:21:42 Optimizing Views
00:23:05 Components
00:24:21 Defining a Custom Item and adding custom properties
00:27:00 Property Aliases
00:27:18 Custom Signals
00:32:05 Modules and Versioning
00:36:00 Namespacing and how to prevent naming clashes
00:37:55 Declarative Enviornment QML run-time
00:40:08 QDeclarative Item, implement an Item
00:54:41 Signals and methods
plugins afterward


I didn't make the video. The video is presented by Till Adam and Stephen Kelly. It is done by KDAB and NOKIA.
I got the video from this web address:
http://qt.nokia.com/learning/online/training/training-day-at-developer-days-2010/qt-quick
Unfortunately there were no additional explanations so I decided to write the time table for the video. I just created the "Topics covered in video table". I think it will be useful to you if you wan to get back to a topic inside the video.

No comments:

Post a Comment