Qt-Advanced-Docking-System icon indicating copy to clipboard operation
Qt-Advanced-Docking-System copied to clipboard

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

Open IkkiNit opened this issue 1 year ago • 2 comments

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

IkkiNit avatar Sep 09 '24 13:09 IkkiNit

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

githubuser0xFFFF avatar Sep 12 '24 06:09 githubuser0xFFFF

Hi @githubuser0xFFFF would you mind if I give the feature request a try? I messed around and got some stuff working already.

TheBoje avatar Oct 01 '24 22:10 TheBoje

Implemented with pull request #667

githubuser0xFFFF avatar Dec 12 '24 12:12 githubuser0xFFFF