Thank you for your reply and your corrections, but I'm not sure if I understod you right (I'm not native english speaker).
Quote Originally Posted by Santosh Reddy View Post
get the west / south widget and call hide on it.
I can't use something like:
Qt Code:
  1. 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:
Qt Code:
  1. qhboxLayoutInWestWidget->hide();
To copy to clipboard, switch view to plain text mode 
What do you mean to call hide on them?


Quote Originally Posted by Santosh Reddy View Post
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.