Add an example for nested docking within MDI

This commit is contained in:
Sergio Martins
2022-01-24 18:31:10 +00:00
parent 7de26139a2
commit 21adfe06ad
2 changed files with 18 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ public:
Option_DeleteOnClose = 4, ///< Deletes the DockWidget when closed
Option_MDINestable = 8 ///< When this dock widget is being shown in a MDI area it will also allow other dock widgets to be dropped to its sides and tabbed
/// Usually Each MDI "window" corresponds to one DockWidget, with this option each "window" will have a layout with 1 or more dock widgets
/// Run "kddockwidgets_mdi_with_docking_example -n" to see it in action
};
Q_DECLARE_FLAGS(Options, Option)
Q_ENUM(Options);