PDA

View Full Version : QDockWidget dockable with other QDockwidgets



fellobo
7th April 2006, 20:19
Okay, so I have a QMainWindow and it creates QDockWidgets but what I would like to have happen is float a 2 QDockWidgets but have them dock to themselves. Is there a way to do this?

jpn
8th April 2006, 10:06
Just an idea:
Install an event filter for both dock widgets, check for move and resize events, and put them in a QSplitter when they are close enough.