Can the TopDockWidgetArea dock widgets in a vertical layout

Viewed 18

The top dock widget area works like a Splitter in Horizontal orientation (with additionally stacking tab feature not relevant to this question) as such:

 _____________________
|   |       |         |
|  A|  B    |  C      |
|___|_______|_________|
|   |             |   |
|   |             |   |
|   |             |   |
|___|_____________|___|
|                     |
|_____________________|

Is it possible to make this dock area work like a Vertical QSplitter instead as:

 _____________________
|         A           |
|_____________________|
|         B           |
|_____________________|
|         C           |  
|_____________________|
|   |             |   |
|   |             |   |
|___|_____________|___|
|                     |
|_____________________|
0 Answers
Related