Handling Dock Widget in Layout
-
wrote on 11 Apr 2019, 03:42 last edited by
Hi,
Can anyone help me with handling of multiple dock widget in one main window where in mainwindow i have Layout with different size and loading this dock widget Dynamically.
Right now it is fixed I need to have dock property for that widget to move here and there based on user requirement. -
Hi,
Do you mean change the side of a QDockWidget programatically ?
-
wrote on 15 Apr 2019, 06:47 last edited by
i mean i have fixed layout in one Ui file and i am loading this dock widget dynamically into the layout, and based on user convenience they can shift that dockwidget and place somewer else.
-
Are you using QML or Widgets ?
-
wrote on 17 Apr 2019, 03:41 last edited by
Widgets only not QML
-
QMainWindow already handles undocking and re-docking of QDockWidget, so I'm not sure what you are after.
-
This post is deleted!
-
QMainWindow already handles undocking and re-docking of QDockWidget, so I'm not sure what you are after.
1/8