From 6d1f97649e8d4c946b488653dafa24e559b3ffd4 Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Mon, 16 Dec 2019 14:12:08 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0181b89..496b072 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ of his docking system project. - [Docking inside floating windows](#docking-inside-floating-windows) - [Grouped dragging](#grouped-dragging) - [Perspectives for fast switching of the complete main window layout](#perspectives-for-fast-switching-of-the-complete-main-window-layout) +- Opaque and non-opaque splitter resizing +- Opaque and non-opaque undocking +- Tab-menu for easy handling of many tabbed dock widgets +- Many different ways to detach dock widgets +- Supports deletion of dynamically created dock widgets ### Docking everywhere - no central widget There is no central widget like in the Qt docking system. You can dock on every @@ -63,6 +68,12 @@ main window layout. \ ![Perspective](doc/perspectives_dark.png) +### Opaque and non-opaque splitter resizing +### Opaque and non-opaque undocking +### Tab-menu for easy handling of many tabbed dock widgets +### Many different ways to detach dock widgets +### Supports deletion of dynamically created dock widgets + ## Tested Compatible Environments ### Windows Windows 10 [![Build status](https://ci.appveyor.com/api/projects/status/qcfb3cy932jw9mpy/branch/master?svg=true)](https://ci.appveyor.com/project/githubuser0xFFFF/qt-advanced-docking-system/branch/master)