mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
Update documentation.
This commit is contained in:
parent
afb9933d87
commit
c5ce10edc2
@ -52,7 +52,7 @@
|
|||||||
- [`DockWidgetForceCloseWithArea`](#dockwidgetforceclosewitharea)
|
- [`DockWidgetForceCloseWithArea`](#dockwidgetforceclosewitharea)
|
||||||
- [`NoTab`](#notab)
|
- [`NoTab`](#notab)
|
||||||
- [`DeleteContentOnClose`](#deletecontentonclose)
|
- [`DeleteContentOnClose`](#deletecontentonclose)
|
||||||
- [`AutoHideDockWidgetClosable`](#autohidedockwidgetclosable)
|
- [`DisableCloseButtonWhenAutoHide`](#disableclosebuttonwhenautohide)
|
||||||
- [Central Widget](#central-widget)
|
- [Central Widget](#central-widget)
|
||||||
- [Empty Dock Area](#empty-dock-area)
|
- [Empty Dock Area](#empty-dock-area)
|
||||||
- [Custom Close Handling](#custom-close-handling)
|
- [Custom Close Handling](#custom-close-handling)
|
||||||
@ -668,9 +668,9 @@ Deletes only the contained widget on close, keeping the dock widget intact and
|
|||||||
in place. Attempts to rebuild the contents widget on show if there is a widget
|
in place. Attempts to rebuild the contents widget on show if there is a widget
|
||||||
factory set. See [issue #365](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/pull/365) for more details.
|
factory set. See [issue #365](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/pull/365) for more details.
|
||||||
|
|
||||||
### `AutoHideDockWidgetClosable`
|
### `DisableCloseButtonWhenAutoHide`
|
||||||
|
|
||||||
If set, the close button in the auto hide widget will be enabled.
|
If set, close button of the auto hide widget (pinned) will be disabled.
|
||||||
|
|
||||||
## Central Widget
|
## Central Widget
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user