githubuser0xFFFF / Qt-Advanced-Docking-System

Advanced Docking System for Qt
GNU Lesser General Public License v2.1
1.8k stars 539 forks source link

Add the possibility to open an auto-hide dock on a drag & drop #663

Open IkkiNit opened 1 week ago

IkkiNit commented 1 week ago

In the main window of the application, we have a dock with some data (in the screenshot it's the text "text"). We want to have the possibility to drag & drop the data into an auto-hide dock.

For now, when the drag & drop is done on the auto-hide dock a forbidden icon is displayed and the dock is not opened. It could be great to be able to open the auto-hide dock to be able to complete the drag & drop.

image

The test has been done with the auto-hide sample

githubuser0xFFFF commented 5 days ago

Thank you for the feature request. If I have some time, I will try to implement this.