[Qt-interest] Advice on the right way to do something

R. Reucher rene.reucher at batcom-it.net
Wed Sep 9 12:46:33 CEST 2009


On Tue, 08 Sep 2009 20:45:59 +1000, Andrew Stuart wrote: 
> ** What is the best way to do this?
Phew... depends on your personal skills and tastes. But generally it's 
the Qt-way :)!

> ** Is there more than one way to do it?
There always is... as you mentioned, MDI is one (you don't want), another 
is using a set of independent windows (QWidget's or QWidget-derived).

> ** As I understand it the window functionality must all be build
>    manually somehow in QT?
No. The functionality you want specifically must be built manually, of 
course, or if you want to change default behavior.

I usually follow the multiple-inheritance approach, building the UIs with 
designer (where applicable / "complex enough"):
http://qt.nokia.com/doc/4.5/uitools-multipleinheritance.html

HTH, René
-- 
René Reucher
rene.reucher at batcom-it.net
http://www.batcom-it.net/

If the odds are a million to one against something occurring, chances
are 50-50 it will.



More information about the Qt-interest-old mailing list