File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ styles as much as possible.
12
12
13
13
## Features
14
14
15
- ### Docking everywhere - no central widget
15
+ ### Docking everywhere - with or without a central widget
16
16
17
- There is no central widget like in the Qt docking system. You can dock on every
18
- border of the main window or you can dock into each dock area - so you are
17
+ The Advanced Docking System works with or without a central widget.
18
+ You can dock on every border of the main window or you can dock into each dock area - so you are
19
19
free to dock almost everywhere.
20
20
21
21
![ Dropping widgets] ( https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/preview-dragndrop.png )
Original file line number Diff line number Diff line change @@ -303,8 +303,9 @@ or to close it via the close button.
303
303
304
304
![ HideSingleCentralWidgetTitleBar true] ( cfg_flag_HideSingleCentralWidgetTitleBar_true.png )
305
305
306
- The Advanced Docking System is meant for applications without a static central
307
- widget and normally does not know anything about a central static widget.
306
+ Unless a central widget explicitly has been set with setCentralWidget, the
307
+ Advanced Docking System is without a static central widget and it wouldn't know
308
+ about a central static widget.
308
309
Therefore this flag is disabled by default and a central single dock widget
309
310
still has a titlebar to drag it out of the main window.
310
311
You can’t perform that action at this time.
0 commit comments