Skip to content

3.0.0

Compare
Choose a tag to compare
@githubuser0xFFFF githubuser0xFFFF released this 16 Jan 14:46
· 924 commits to master since this release
  • added support for custom close handling via closeRequest() signal to allow the application to prevent a dock widget from closing - e.g. if an editor contains unsaved changes
  • added visibilityChanged() signal to match QDockWidget signals
  • added featuresChanged() signal that is emitted if dock widget features change
  • improved demo application
  • fixed support for dock widgets that contain a QAxWidget - supported now by non-opaque docking
  • fixed "jumping" tabs when hiding / showing tabs close button when a new tab is clicked by user