KDAB / KDDockWidgets

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

Widgets with LayoutSaverOption::Skip are still saved by the LayoutSaver #420

Closed dkprice closed 10 months ago

dkprice commented 10 months ago

I'm trying to use LayoutSaverOption::Skip to suppress the save of certain dock widgets into my persisted layout. My use case is that we have some transient windows that are highly specific to certain situations, and as such, are not meaningful when restored.

The docs for it say:

///< The dock widget won't participate in save/restore. Currently only available for floating windows.

I can confirm that floating window widgets with this option applied are still saved to the layout data. I'm currently using KDDockWidgets 1.7.

iamsergio commented 10 months ago

this has been fixed