You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: