Qt-Advanced-Docking-System
Qt-Advanced-Docking-System copied to clipboard
Advanced Docking System for Qt
Fixed an issue where dragging a floating dock container over the main window would make the floating dock container spontaneously go behind the main window. Fixed an issue where dragging...
There was warning, I think need ``` for (const auto& ColorListEntry : qAsConst(ColorList)) { ... } ```
Since there are no signals/slots attached to changing a title of a tab, the dropdown that shows all tabs is not updated yet. This commit introduces a function to manually...
I am planning to integrate AdvancedDockingSystem into my little project, but have come across some difficulties. I am using Qt 5.13.0 with Visual Studio 2019 on Windows 10. According to...
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...
Would it be possible to modify Teamspeak's Qt to have the widgets dock at more positions, like https://github.com/svenpaulsen/ts3client-dockwidget-plugin?
When I change the title of some tab, this title is not directly translated into the cached menu that opens upon clicking on the down arrow. I could fix this...
I'd like to have one or multiple custom buttons added to the title widget, probably left to the menu button. It could be put into the title widget but say...
Hi, I just found your advanced docking system and I have to admit I'm excited. It is really great and I searched for an improved Qt docking system for a...