0

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.

Smi
  • 13,850
  • 9
  • 56
  • 64
shan
  • 1,164
  • 4
  • 14
  • 30

1 Answers1

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