Sunday, January 29, 2012

Getting Started - a Qt fast track 1/4 - Overview

I am continuing my selection of Qt educational movies from Qt Developer Days. This video is more up to date then the ones I presented earlier. It is created for Qt Developer Days 2011 that took place on October 6th 2011. The video is presented by Oliver Gutbrod from e-GITS. The video presentation is broken into 4 parts.
I have just watched first part of the four. Programming for mobile phones is not covered in this video. It is just a general video for Qt cross platform programming using C++ and not QML. Watch this video if you want to learn Qt and if you are complete beginner and if you plan on program using C++. I am not going to watch parts 2,3 and 4 because this video was kind of boring and it was too long. All the interesting parts like labs and examples weren't shown :(

Topics covered in this video
00:00:00 Introduction about e-GITS
00:03:00 Overview of the presentation
00:04:12 Fundamentals of Qt
00:05:00 Qt history
00:06:00 Qt Licence
00:08:30 Qt Architecture
00:12:12 Qt Demo & Examples that come wit Qt - This is integrated in Welcome view in QtCreator now
00:15:20 Hello World Application
00:18:00 Using command line, using qmake, copliling
00:20:40 Using Qt Creator - theory
00:24:00 Hello World app using QtCreator hands on demonstration
00:29:20 Debug mode
00:32:00 Qt Documentation
00:35:00 Modules and Include files - Project file
00:46:00 Objects in Qt (QObject, Object terr
00:51:20 Creating Objects
00:54:40 QWidget Model
00:59:40 Widgets inside the widgets
01:07:00 Objects, callbacks
01:08:50 Signals & Slots


You can find the video on:
http://developer.qt.nokia.com/videos/watch/getting-started-a-qt-fast-track-1-4-overview

No comments:

Post a Comment