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
The 4.0 release of ADS added the new **Auto-Hide** feature. Thanks to the initial
contribution by an ADS user, it was possible to close this long standing feature
request. The "Auto Hide" feature
The 4.0 release of ADS added the new **Auto-Hide** feature. Thanks to the
[initial contribution](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/pull/452) by [Ahmad Syarifuddin](https://github.com/SyarifFakhri) it was
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
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)

View File

@ -2,7 +2,7 @@ ADS_OUT_ROOT = $${OUT_PWD}/..
TARGET = AdvancedDockingSystemDemo
DESTDIR = $${ADS_OUT_ROOT}/lib
QT += core gui widgets svg
QT += core gui widgets
include(../ads.pri)