Qt-interest Archive, April 2007
Using Designer with Docking widgets
Message 1 in thread
Is there any way of using Designer to produce an application like that here:
http://doc.trolltech.com/4.2/mainwindows-dockwidgets.html
Note how the widgets in that example are arranged: the big text area
is set as the central widget with setCentralWidget(), and the dock
widgets are parented by the MainWindow class. However the QtDesigner
seems to add everything to a 'centralwidget' widget, which breaks some
of the docking functionality.
Any ideas? Or am I just doing it wrong?
I could design my interface in QtDesigner and then rearrange the
parent structure in code I suppose... Otherwise I'll just do the whole
interface by code... shame...
Barry
--
[ signature omitted ]