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.
Asked
Active
Viewed 288 times
0
1 Answers
0
Ok. I found the answer. i should pass TRUE as a third parameter of the addDockWindow() function.
addDockWindow ( dockWindow, DockLeft, TRUE )

shan
- 1,164
- 4
- 14
- 30