Skip to content

Releases: githubuser0xFFFF/Qt-Advanced-Stylesheets

1.0.5

25 Jun 11:24
Compare
Choose a tag to compare
  • fixed Qt6 build issues
  • fixed wrong calculation of rgba value with small opacity value (0xCFFFFFF instead of 0x0CFFFFFF)
  • fixed the problem that the setupQuickWidget() function in full_features used a Qt obsolete function.

1.0.4

12 Aug 09:12
Compare
Choose a tag to compare
  • added Qt6 support
  • fixed crash when using Qt6 and MSVC caused by the use of QQuickWidget
  • fixed crash caused by access to destroyed IconEngineInstances object when closing application

1.0.2

19 Apr 13:05
Compare
Choose a tag to compare
  • added support for runtime color switching of icons loaded via loadThemeAwareSvgIcon()
  • fixed export of DLL symbols for MSVC build
  • improved documentation
  • added support for loading theme aware SVG icons
  • initial release of Qt Advanced Stylesheets library