From 2563b9e87487a161657a540e644b026537efc6d5 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Sun, 13 Nov 2022 17:20:26 +0100 Subject: [PATCH] Added auto hide contributor name to README.md --- README.md | 8 ++++---- demo/demo.pro | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f7a0f54..b310d3b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/demo/demo.pro b/demo/demo.pro index a94b5d1..3df699b 100644 --- a/demo/demo.pro +++ b/demo/demo.pro @@ -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)