mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 08:01:32 +08:00
Added auto hide contributor name to README.md
This commit is contained in:
parent
f304ed7f70
commit
2563b9e874
@ -190,11 +190,11 @@ Normally clicking the close button of a dock widget will just hide the widget an
|
|||||||
|
|
||||||
### Auto-Hide Functionality
|
### Auto-Hide Functionality
|
||||||
|
|
||||||
The 4.0 release of ADS added the new **Auto-Hide** feature. Thanks to the initial
|
The 4.0 release of ADS added the new **Auto-Hide** feature. Thanks to the
|
||||||
contribution by an ADS user, it was possible to close this long standing feature
|
[initial contribution](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/pull/452) by [Ahmad Syarifuddin](https://github.com/SyarifFakhri) it was
|
||||||
request. The "Auto Hide" feature
|
possible to close this long standing [feature request](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/147). The "Auto Hide" feature
|
||||||
allows to display more information using less screen space by hiding or showing
|
allows to display more information using less screen space by hiding or showing
|
||||||
windows pinned to one of the four dock container borders.
|
windows pinned to one of the four dock container borders.
|
||||||
|
|
||||||
![Auto-Hide Movie](doc/AutoHide_Movie.gif)
|
![Auto-Hide Movie](doc/AutoHide_Movie.gif)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ ADS_OUT_ROOT = $${OUT_PWD}/..
|
|||||||
|
|
||||||
TARGET = AdvancedDockingSystemDemo
|
TARGET = AdvancedDockingSystemDemo
|
||||||
DESTDIR = $${ADS_OUT_ROOT}/lib
|
DESTDIR = $${ADS_OUT_ROOT}/lib
|
||||||
QT += core gui widgets svg
|
QT += core gui widgets
|
||||||
|
|
||||||
include(../ads.pri)
|
include(../ads.pri)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user