Hi, I mostly use Qt apps without Plasma Desktop (*box, LXQt) and would love to see this feature implemented one day. Fusion and Qt5 styleplugins loads icons in buttons by default, can the same code be reused for the Qt5-only port? https://code.qt.io/cgit/qt/qtstyleplugins.git QtCurve Version: 1.9.0 Qt Version: 5.15.1 Thanks.
Should be possible by returning 'true' for the QStyle::SH_DialogButtonBox_ButtonsHaveIcons style hint, but I didn't try.
(In reply to Christoph Feck from comment #1) > Should be possible by returning 'true' for the > QStyle::SH_DialogButtonBox_ButtonsHaveIcons style hint, but I didn't try. I could try it out right now if it's really just 1 line to patch. Which file?