You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+70Lines changed: 70 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,70 @@ integrated development environments (IDEs) such as Visual Studio.
22
22
23
23
## New and Noteworthy
24
24
25
+
Release [4.1](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/latest) significantly improves the Auto-Hide functionality and also brings improvements
26
+
for Drag and Drop of dock widgets into dock area tabs. These are the highlights of the new version:
27
+
28
+
#### Drag & Drop to Auto-Hide
29
+
30
+
Now you can easily drag any dock widget or any floating widget to the
31
+
borders of a window to pin it as a auto-hide tab in one of the 4 sidebars.
32
+
If you drag a dock widget close the one of the four window borders, special
33
+
drop overlays will be shown to indicate the drop area for auto-hide widgets:
34
+
35
+

36
+
37
+
Of course, this also works with dock areas:
38
+
39
+

40
+
41
+
If you drag a dock widget or dock area into a sidebar, then you even have
42
+
control over where tabs are inserted. Simply drag your mouse over a specific
43
+
auto-hide tab, and your dragged dock widget will be inserted before this tab.
44
+
Drag to the sidebar area behind the last tab, and the dragged widget will be
45
+
appended as last tab. In the following screen capture, the **Image Viewer 1** will
46
+
be inserted before the **Table 0** Auto-Hide tab and the **Image Viewer 2**
And last but not least the new version also improves the docking of widgets
84
+
into the tabs of a Dock area. Just as with Auto-Hide tabs, you can now determine the position at which a tab is inserted by moving the mouse over an already existing tab (insertion before the tab) or behind the last tab
85
+
(appending):
86
+
87
+

88
+
25
89
The [release 4.0](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/latest)
26
90
adds the following features:
27
91
@@ -77,6 +141,12 @@ know it from Visual Studio.
77
141
### Overview
78
142
79
143
-[New and Noteworthy](#new-and-noteworthy)
144
+
-[Drag \& Drop to Auto-Hide](#drag--drop-to-auto-hide)
0 commit comments