mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-13 00:30:25 +08:00
Update README.md
This commit is contained in:
parent
e94cf9bcb7
commit
6fb80fdeb7
@ -21,20 +21,20 @@ free to dock almost everywhere.
|
|||||||
|
|
||||||
![Layout of widgets](doc/preview.png)
|
![Layout of widgets](doc/preview.png)
|
||||||
|
|
||||||
![Dropping widgets](preview-dragndrop.png)
|
![Dropping widgets](doc/preview-dragndrop.png)
|
||||||
|
|
||||||
### Docking inside floating windows
|
### Docking inside floating windows
|
||||||
There is no difference between the main window and a floating window. Docking
|
There is no difference between the main window and a floating window. Docking
|
||||||
into floating windows is supported.
|
into floating windows is supported.
|
||||||
|
|
||||||
![Docking inside floating windows](floating-widget-dragndrop.png)
|
![Docking inside floating windows](doc/floating-widget-dragndrop.png)
|
||||||
|
|
||||||
### Grouped dragging
|
### Grouped dragging
|
||||||
When dragging the titlebar of a dock, all the tabs that are tabbed with it are
|
When dragging the titlebar of a dock, all the tabs that are tabbed with it are
|
||||||
going to be dragged. So you can move complete groups of tabbed widgets into
|
going to be dragged. So you can move complete groups of tabbed widgets into
|
||||||
a floating widget or from one dock area to another one.
|
a floating widget or from one dock area to another one.
|
||||||
|
|
||||||
![Grouped dragging](grouped-dragging.png)
|
![Grouped dragging](doc/grouped-dragging.png)
|
||||||
|
|
||||||
### Perspectives for fast switching of the complete main window layout
|
### Perspectives for fast switching of the complete main window layout
|
||||||
A perspective defines the set and layout of dock windows in the main
|
A perspective defines the set and layout of dock windows in the main
|
||||||
@ -43,7 +43,7 @@ perspective to make your own custom perspective. Later you can simply
|
|||||||
select a perspective from the perspective list to quickly switch the complete
|
select a perspective from the perspective list to quickly switch the complete
|
||||||
main window layout.
|
main window layout.
|
||||||
|
|
||||||
![Perspective](perspectives.png)
|
![Perspective](doc/perspectives.png)
|
||||||
|
|
||||||
## Tested Compatible Environments
|
## Tested Compatible Environments
|
||||||
- Windows 10
|
- Windows 10
|
||||||
|
Loading…
Reference in New Issue
Block a user