Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closeRequested not emit'ed without DockWidgetFeature::DockWidgetDeleteOnClose #437

Closed
bjb-work opened this issue Jul 12, 2022 · 1 comment

Comments

@bjb-work
Copy link

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.

@githubuser0xFFFF
Copy link
Owner

Thank you for this tip. Please create a pull request to get this into the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants