mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-24 23:31:32 +08:00
Added note about the new focus highlighting feature on the project page
This commit is contained in:
parent
0c13402516
commit
80f92e5697
12
README.md
12
README.md
@ -13,10 +13,22 @@ integrated development environments (IDEs) such as Visual Studio.
|
|||||||
|
|
||||||
[![Video Advanced Docking](doc/advanced-docking_video.png)](https://www.youtube.com/watch?v=7pdNfafg3Qc)
|
[![Video Advanced Docking](doc/advanced-docking_video.png)](https://www.youtube.com/watch?v=7pdNfafg3Qc)
|
||||||
|
|
||||||
|
## New and Noteworthy
|
||||||
|
|
||||||
|
The [release 3.5.0](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/tag/3.5.0)
|
||||||
|
adds the new [focus highlighting](doc/user-guide.md#focushighlighting) feature.
|
||||||
|
This optional feature enables highlighting of the focused dock widget like you
|
||||||
|
know it from Visual Studio.
|
||||||
|
|
||||||
|
![FocusHighlighting](doc/cfg_flag_FocusHighlighting.gif)
|
||||||
|
|
||||||
|
[learn more...](doc/user-guide.md#focushighlighting)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
### Overview
|
### Overview
|
||||||
|
|
||||||
|
- [New and Noteworthy](#new-and-noteworthy)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
- [Overview](#overview)
|
- [Overview](#overview)
|
||||||
- [Docking everywhere - no central widget](#docking-everywhere---no-central-widget)
|
- [Docking everywhere - no central widget](#docking-everywhere---no-central-widget)
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
## Configuration Flags
|
## Configuration Flags
|
||||||
|
|
||||||
The Advanced Docking System has a number of global configuration options to
|
The Advanced Docking System has a number of global configuration options to
|
||||||
configure the design and the functionality of the docking system. Each
|
configure the design and the functionality of the docking system. Eachs
|
||||||
configuration will be explained in detail in the following sections.
|
configuration will be explained in detail in the following sections.
|
||||||
|
|
||||||
### Setting Configuration Flags
|
### Setting Configuration Flags
|
||||||
|
Loading…
Reference in New Issue
Block a user