From e94cf9bcb7f3837a072c062821d3f2a2d3301a7e Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Tue, 11 Dec 2018 15:25:42 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c827837..1a6cb29 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ There is no central widget like in the Qt docking system. You can dock on every border of the main window or you can dock into each dock area - so you are free to dock almost everywhere. -![Layout of widgets](preview.png) +![Layout of widgets](doc/preview.png) ![Dropping widgets](preview-dragndrop.png) From 6fb80fdeb71a49d4c211491a55a4e491d8e38e44 Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Tue, 11 Dec 2018 15:26:38 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a6cb29..802a524 100644 --- a/README.md +++ b/README.md @@ -21,20 +21,20 @@ free to dock almost everywhere. ![Layout of widgets](doc/preview.png) -![Dropping widgets](preview-dragndrop.png) +![Dropping widgets](doc/preview-dragndrop.png) ### Docking inside floating windows There is no difference between the main window and a floating window. Docking into floating windows is supported. -![Docking inside floating windows](floating-widget-dragndrop.png) +![Docking inside floating windows](doc/floating-widget-dragndrop.png) ### Grouped dragging 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 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 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 main window layout. -![Perspective](perspectives.png) +![Perspective](doc/perspectives.png) ## Tested Compatible Environments - Windows 10