Skip to content

4.0.4

Compare
Choose a tag to compare
@githubuser0xFFFF githubuser0xFFFF released this 30 Jun 13:27
· 96 commits to master since this release
  • added more options to determine the minimum size of a dock widget (#518)
  • added QQuickWidget to demo application for testing
  • fixed DockAreaTabBarPrivate::updateTabs() function - ensureWidgetVisible(TabWidget) is now called asynchronously (#520)
  • fixed memory leak in CDockAreaLeyout::removeWidget() function (#520)
  • fixed CFloatingDockContainer::hideAndDeleteLater() to properly remove floating widget and dock container from dock manager (#520)
  • fixed issue with sometimes incorrect sidebar visibility state (#524)
  • fixed deprecation warning when compiling against Qt 6.5.0 on Mac OS (#514 )
  • fixed problem with updateDockWidgetFocusStyle() function (#527)
  • fixed problem of immediatelly docked widged when creating a floating image viewer widget in demo application on Linux