I want to put 2 dock windows in LeftDock
area in Qt3. Since LeftDock
is horizontal area, it adds new dock window to the right side of the current dock window. But I want to add the new dock window to the bottom of the current dock window which is in LeftDock
area. Please help me.
Ok. I found the answer. i should pass TRUE as a third parameter of the addDockWindow() function.
addDockWindow ( dockWindow, DockLeft, TRUE )