@@ -19,22 +19,22 @@ There is no central widget like in the Qt docking system. You can dock on every
1919border of the main window or you can dock into each dock area - so you are
2020free 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
2727There is no difference between the main window and a floating window. Docking
2828into 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
3333When dragging the titlebar of a dock, all the tabs that are tabbed with it are
3434going to be dragged. So you can move complete groups of tabbed widgets into
3535a 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
4040A 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
4343select a perspective from the perspective list to quickly switch the complete
4444main window layout.
4545
46- ![ Perspective] ( perspectives.png )
46+ ![ Perspective] ( doc/ perspectives.png)
4747
4848## Tested Compatible Environments
4949- Windows 10
0 commit comments