Skip to content
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

Closed
IkkiNit opened this issue Sep 9, 2024 · 3 comments
Closed

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

IkkiNit opened this issue Sep 9, 2024 · 3 comments

Comments

@IkkiNit
Copy link

IkkiNit commented Sep 9, 2024

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
Copy link
Owner

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

@TheBoje
Copy link

TheBoje commented Oct 1, 2024

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
* Add open auto-hide dock on hover from drag and drop (#663)

* Fix formatting (#663)

* Fix formatting#2 (#663)

* Add AutoHideDragNDrop example
@githubuser0xFFFF
Copy link
Owner

Implemented with pull request #667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants