https://bugs.kde.org/show_bug.cgi?id=398973
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |k...@davidedmundson.co.uk --- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> --- Confirmed. It uses QDialogButtonBox correctly, yet the icon for defaults isn't being applied there. Even inside QtDesigner. QDialogButtonBox doesn't set icons for: case QDialogButtonBox::YesToAll: case QDialogButtonBox::NoToAll: case QDialogButtonBox::SaveAll: case QDialogButtonBox::Abort: case QDialogButtonBox::Retry: case QDialogButtonBox::Ignore: case QDialogButtonBox::RestoreDefaults: Doing so means changing QDialogButtonBox then QStyle to add an SP_DialogDefaults enum and then changing kstyle :/ (or I do a shoddy lazy kwin oneliner) -- You are receiving this mail because: You are watching all bug changes.