Devdays (158)
Presentation Slides (77)
Devdays 2010 (74)
Devdays 2009 (43)
Devdays 2011 (40)
Widgets (35)
Qtdd11 (35)
Qt Quick (34)
Getting Started (33)
Qml (29)
Mobile (19)
Model View (16)
Qgraphicsview (16)
Mvc (16)
Beginner (13)
Performance (13)
Kdab (12)
Symbian (11)
Multithreading (11)
Devdays 2006 (11)
Fundamentals of Qt - Objects in Qt, part 1/3 - Qt objects and UI elements - First steps
Unfortunately some of the videos are at the moment unavailable. We are working on fixing the problem
Agenda and learning objectives:
- Qt’s object model
- The object tree
- Creating objects
- Qt’s widget model
- The object tree and widget model
- Demo: a walk though a selection of Qt widgets
- An introduction to container widgets

8 comments
May 25, 2012
Lab Rat
Great video. What about creating one like “how to think in Qt?”. I mean, sync and async programming model.
June 7, 2012
Lab Rat
Great start, but not clear. The layouts are not given a parent. Why? You say all QWidget’s apart from the top level need a parent for memory management yet this is not so in your example and you give no explanation. Does your example code leak memory then? Or is it tidied up some other way. Perhaps children are reference counted? Important fundamental questions not covered :-(
July 12, 2012
Lab Rat
QBoxLayout::addLayout(QLayout * layout, int stretch = 0) and QWidget::setLayout (QLayout * layout) will take care of parenting.
Take a look at this thread [qt-project.org] as well as the documentation [qt-project.org]
October 2, 2012
Ant Farmer
There is no accessible content available. Has this and other videos been removed?
November 8, 2012
Lab Rat
“Great start, but not clear. The layouts are not given a parent. Why? You say all QWidget’s apart from the top level need a parent for memory management yet this is not so in your example and you give no explanation. Does your example code leak memory then? Or is it tidied up some other way. Perhaps children are reference counted? Important fundamental questions not covered”
He also said that QLayouts aren’t QWidgets!
December 7, 2012
Lab Rat
how can i downlod complete qt tutorial video.plese help me.
December 26, 2012
Lab Rat
Short but useful introduction about Qt… Thank Mirko
March 17, 2013
Lab Rat
Video not available! Could you reupload this content, please? Thanks