Added auto hide contributor name to README.md

This commit is contained in:
Uwe Kindler 2022-11-13 17:20:26 +01:00
parent f304ed7f70
commit 2563b9e874
2 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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)