Qt-Advanced-Stylesheets icon indicating copy to clipboard operation
Qt-Advanced-Stylesheets copied to clipboard

Advanced Stylesheets with Theming Support for Qt

Results 4 Qt-Advanced-Stylesheets issues
Sort by recently updated
recently updated
newest added

Dear, Thank you for providing this great library, super handy! I see a glitch on windows 11 - i use a dark windows theme. When i hover mouse above the...

I successfully applied the theme using the following methods: ``` acss::QtAdvancedStylesheet AdvancedStyleSheet; QString AppDir = qApp->applicationDirPath(); QString themeDir = QString("%1/theme").arg(AppDir); QString StylesDir = QString("%1/styles").arg(themeDir); qDebug()

Fixed the problem that the setupQuickWidget() function in full_features used a Qt obsolete function.

Getting these warnings on QQuickRectangel and QQuickText QML QQuickText: The current style does not support customization of this control (property: "contentItem" item: QQuickText(0x1f59f80b900, parent=0x0, geometry=0,0 0x0 ?)). Please customize a...