Skip to content

Commit 01533a9

Browse files
2 parents fb9f1d8 + 6fb80fd commit 01533a9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ There is no central widget like in the Qt docking system. You can dock on every
1919
border of the main window or you can dock into each dock area - so you are
2020
free to dock almost everywhere.
2121

22-
![Layout of widgets](preview.png)
22+
![Layout of widgets](doc/preview.png)
2323

24-
![Dropping widgets](preview-dragndrop.png)
24+
![Dropping widgets](doc/preview-dragndrop.png)
2525

2626
### Docking inside floating windows
2727
There is no difference between the main window and a floating window. Docking
2828
into floating windows is supported.
2929

30-
![Docking inside floating windows](floating-widget-dragndrop.png)
30+
![Docking inside floating windows](doc/floating-widget-dragndrop.png)
3131

3232
### Grouped dragging
3333
When dragging the titlebar of a dock, all the tabs that are tabbed with it are
3434
going to be dragged. So you can move complete groups of tabbed widgets into
3535
a floating widget or from one dock area to another one.
3636

37-
![Grouped dragging](grouped-dragging.png)
37+
![Grouped dragging](doc/grouped-dragging.png)
3838

3939
### Perspectives for fast switching of the complete main window layout
4040
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
4343
select a perspective from the perspective list to quickly switch the complete
4444
main window layout.
4545

46-
![Perspective](perspectives.png)
46+
![Perspective](doc/perspectives.png)
4747

4848
## Tested Compatible Environments
4949
- Windows 10

0 commit comments

Comments
 (0)