Thank you for your reply and your corrections, but I'm not sure if I understod you right (I'm not native english speaker).

Originally Posted by
Santosh Reddy
get the west / south widget and call hide on it.
I can't use something like:
WestWidget->hide();
WestWidget->hide();
To copy to clipboard, switch view to plain text mode
Even if I'd put in WestWidget some QHBoxLayout, nor I can't do this:
qhboxLayoutInWestWidget->hide();
qhboxLayoutInWestWidget->hide();
To copy to clipboard, switch view to plain text mode
What do you mean to call hide on them?

Originally Posted by
Santosh Reddy
Why are messing with QDockWidget here?
West widget has another BorderLayout, and its Center Widget will cotain a lot of layouts and widgets which I want to switch with something (something like TabDialog), but I haven't decided about it yet.
Bookmarks