PDA

View Full Version : Using QWidget as Drawer within QWorkspace



abenstex
2nd August 2008, 15:14
Hi everyone,

i am developing an app that consists of a QMainWindow which is the parent of a QWorkspace. Inside the QWorkspace i add some QWidgets some of which should be able to display another QWidget as Drawer, but everytime they display the drawer, the drawer widget is attached to the QMainWindow instead of the QWidget even though the widget is set to be the parent of the drawer widget.

Thanks for any hints!