KDAB / KDDockWidgets

KDAB's Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets
Other
755 stars 164 forks source link

Add a flag supporting hiding/showing tabbed dock widgets as group #378

Closed cschleifenbaum closed 1 year ago

cschleifenbaum commented 1 year ago

If dock widgets which are tabbed are hidden with the unpin button they all get hidden. However, when re-pinning them again only the clicked one is being restored. This supports re-pinning all of those which were in the same flag.

cschleifenbaum commented 1 year ago

Maybe the SideBarGroupRegister class should be moved into a different place (where?). But first some feedback would be cool.

iamsergio commented 1 year ago

this is now merged, thanks!