forked from mfreiholz/Qt-Advanced-Docking-System
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the possibility to open an auto-hide dock on a drag & drop #663
Labels
Comments
Thank you for the feature request. If I have some time, I will try to implement this. |
Hi @githubuser0xFFFF would you mind if I give the feature request a try? I messed around and got some stuff working already. |
TheBoje
added a commit
to TheBoje/Qt-Advanced-Docking-System
that referenced
this issue
Oct 4, 2024
TheBoje
added a commit
to TheBoje/Qt-Advanced-Docking-System
that referenced
this issue
Oct 4, 2024
TheBoje
added a commit
to TheBoje/Qt-Advanced-Docking-System
that referenced
this issue
Oct 4, 2024
githubuser0xFFFF
pushed a commit
that referenced
this issue
Nov 19, 2024
Implemented with pull request #667 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The test has been done with the auto-hide sample
The text was updated successfully, but these errors were encountered: