*** Information for qt6ct and qt6gtk2/qt5gkt2 users ***
*** Information for qt6ct and qt6gtk2 users ***
*** Information for qt6ct and qt6gtk2 users ***
*** Information for qt6ct and qt6gtk2 users ***
updated transifex page
enabled QPlatformTheme::HoverEffect hint by default
[patch] Don't override app-specific palette
Fixed in 1.9. Thank you!
Update French Translation
Fixed in 1.9. Thank you!
version bump
tagging qt5ct-1.9
updated documentation
updated copyright
fixed clazy warning
updated changelog
updated translations
updated .ts files
reorder changelog
fixed compatibility with old Qt versions
restore preview palette after stylesheet change
updated .ts files
reworked color settings
don't override app-specific palette (patch by John Lindgren, #97)
bad toolbar rendering with gtk2 theme
qt5ct breaks scaling on Wayland
Check Qt SVG installation.
Happens with every style I tried, even Fusion. The thing is, the "Icon Theme" tab doesn't even show any icon previews so I'm not even sure the problem is related to qt5ct configuration itself.
Unable to reproduce under Fusion style. What style are you using?
Sorry for the necroing this ticket but I've been dealing with the exact same issue for a few days and can't seem to find a fix for it. Do you have any idea for what could be the cause?
updated copyright
[patch] Don't override app-specific palette
Dolphin seems to use Fusion style in Status Bar with "show space information"
version bump
tagging qt5ct-1.8
updated changelog
fixed some clazy warnings
enabled CMAKE_BUILD_RPATH_USE_ORIGIN cmake option by default
updated translation
Hmmm! I see it is already done in transifex but not yet merged in source code. https://app.transifex.com/qt-configuration-tool/qt5ct/language/fr/
Update French Translation
fixed linking
refactoring
fixed localization support
qmake: added 'CONFIG += ordered'
cmake: added feature to disable D-Bus support (Nuno Silva)
Maybe looking at the code from KDE's config tool will tell how they achieve it for all buttons? Anyway, I'm glad I at least now have a workaround for this issue.
It uses QStyle::SH_DialogButtonBox_ButtonsHaveIcons style hint. I don't know is it possible to disable icons for all buttons globally. Looks like using style sheet hack is the only one solution.
Thanks a lot, you exactly solved the problem I have been dealing with for a while :-) With your hint I created a file iconlessbuttons.qss which contains as a single line your above code and put it in ~/.config/qt5ct/qss/. It is thus listed in the qt5ct control panel's Style Sheets pane where I enabled it. As far as I could check so far, it does have the effect I expected and had been looking for. So yes, looks like this solves my problem. So far I did not come across any negative side effects. Still,...
Qt dialogs have have standard buttons (OK/Cancel/Close etc). This setting affects these buttons only, To disable icons for all buttons you should try to use style sheet like this: QPushButton { icon-size: 0; }
Thanks for your swift reply. My settings are exactly as in your screenshot (both options unticked). What do you mean by "standard dialog only"? Is there a way to disable icons in "non-standard" dialogue buttons? There is in KDE, so that mechanism is provided by QT5. How can I configure it when using XFCE (for QT5 applications)? Is there some settings file I can manipulate provided it is an extra option which qt5ct does not provide a GUI config option for? By the way, I noticed that the same issue...
This option affects standard dialog buttons only. See attached screenshot.
disabling icons in menus and on buttons?
version bump
tagging qt5ct-1.7
updated ChangeLog
added keywords entry to desktop file (Mateusz Ĺukasik)
fixed qmake build
fixed minimal Qt version for cmake
version bump
tagging qt5ct-1.6
fixed qt5ct_release.sh
fixed changelog
updated documentation
fixed library directory
added library version
fixed build regression
build qt5ct-common as shared library
updated documentation
updated changelog
removed legacy code
changed minimal Qt version to 5.9
added missing qAsConst
updated copyright
updated AUTHORS and ChangeLog
hide all symbols
fixed qmake support
changed linking flags
refactoring
[PATCH] Switching style does not work with Qt style sheets
Your patch has been applied. Thank you!
fixed compatibility with applications that use own stylesheet (John Lindgren, #88)
updated Ukrainian translation (Denys Nykula)
updated changelog
updated transifex config
updated translations
updated Japanese translation (UTUMI Hirosi)
sync translations
updated .ts files
changed font configuration format
icon loader: stop thread on exit
icon loader: protect against recursion
optimization
fixed some clazy and clang-tidy warnings
optimization