Skip to content

Zchydem's Blog

#Qt, #Linux, #Programming, #MeeGo…

Archive

Tag: Review

One of the greatest thing in Qt has always been a sophisticated layout management. There are actually two different layout systems in Qt: a layout management for QWidget based widgets and a layout management for QGraphicsWidget based widgets. This article will focus on the latter one, but the basic idea in both layout management systems is similar – the application developer doesn’t need to hardcode widget’s size and position in relative its parent, all this is done automatically by the Qt. Qt also tries to fill in all the available space so for example when resizing the application window, the layout always fills the free space (I know this can be prevented also). At this point if you are not familiar of Qt’s layout management it is worth to spend some time with reading documentation  from here.

continue reading…

I guess, I can say that I have some experience of Qt. I started to use it 2001 in Åbo Akademi’s research project, but we were using PyQt at that time. Later I started to to use C++ version of Qt and now I have used Qt over 4 years in my daily job. I have mostly developed Qt applications and frameworks  in other  than standard PC platform, like for PowerPC and Arm. I also started to use Qt’s Graphics View when it was first released. So I believe that I do have  little competence to do a review for the Maemo 6 UI Framework.

I needed to divide this review to several articles, because the Maemo 6 UI Framework is really large. In the part I do a small review without going too deep and I will also tell you how to create a simple application running on top of Maemo 6 UI Framework.

continue reading…