Skip to content

Commit 7640e9b

Browse files
Documented opaque resizing
1 parent 4a0266b commit 7640e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ main window layout.
6969
![Perspective](doc/perspectives_dark.png)
7070

7171
### Opaque and non-opaque splitter resizing
72+
The advanced docking system uses standard QSplitters as resize separators and thus supports opaque and non-opaque resizing functionality of QSplitter. In some rare cases, for very complex widgets or on slow machines resizing via separator on the fly may cause flicking and glaring of rendered content inside a widget. The global CDockManager flag `OpaqueSplitterResize` configures the resizing behaviour of the splitters. If this flag is set, then widgets are resized dynamically (opaquely) while interactively moving the splitters. If this flag is cleared, the widget resizing is deferred until the mouse button is released - this is some kind of lazy resizing separator.
73+
7274
### Opaque and non-opaque undocking
7375
### Tab-menu for easy handling of many tabbed dock widgets
7476
### Many different ways to detach dock widgets

0 commit comments

Comments
 (0)