QDockWidget with nested docking - What row/column am I?
Unsolved
General and Desktop
-
@ChrisW67 A few reasons:
- Adding a 'minimize' button to the custom titlebar for my dock widgets. If minimized when something else is in its row, I want the titlebar to be vertical, not horizontal
- When you shrink a dock widget, I don't like the way QMainWindow decides to allocate new space to the other dock widgets. I want to customize this behavior depending on whether something else is in the row.
Knowing basic things like row and column count/position in the QMainWIndow's layout would be extremely helpful.