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

Docking inside floating windows #19

Open
eduwushu opened this issue May 25, 2016 · 2 comments
Open

Docking inside floating windows #19

eduwushu opened this issue May 25, 2016 · 2 comments

Comments

@eduwushu
Copy link

Looking for a suitable docking system for my project in Qt I found your code and liked it a lot. The only thing I miss is the possibility to dock widgets inside floatable windows. I was thinking on modifying the code myself to try and pass a sectionwidget directly inside the floatablewidget so i have something to dock into inside the floating window. Do you see any problem with this approach?

@mfreiholz
Copy link
Owner

I also though about this feature and got a few requests for it. So definitely want it to be part of the library.

The problem I see with passing the SectionWidget to FloatingWidget is, that the code which handles drag&drop always requires a ContainerWidget.

So it also could be an idea to put a ContainerWidget inside the FloatingWidget and transfer the SectionContent into the new ContainerWidget. On this way event handling should keep working.

Hmmm...

@JokerMartini
Copy link

Any luck on this happening?

csabesz88 pushed a commit to csabesz88/Qt-Advanced-Docking-System that referenced this issue Nov 19, 2020
Various fixes to the project files to uniform names and correctly compile static libraries.

Added configuration files for Appveyor and Travis CI, adding the project to those services should work out of the box.
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