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
If you want to implement custom close handling via setting the CDockWidget feature CDockWidget::DockWidgetFeature::CustomCloseHandling, you must also set the feature CDockWidget::DockWidgetFeature::DockWidgetDeleteOnClose. Without DockWidgetDeleteOnClose, the signal CDockWidget::closeRequested is not emit'ed.
The text was updated successfully, but these errors were encountered:
If you want to implement custom close handling via setting the CDockWidget feature
CDockWidget::DockWidgetFeature::CustomCloseHandling
, you must also set the featureCDockWidget::DockWidgetFeature::DockWidgetDeleteOnClose
. WithoutDockWidgetDeleteOnClose
, the signalCDockWidget::closeRequested
is not emit'ed.The text was updated successfully, but these errors were encountered: