"Buttons have icons", round N+1

2015-12-13 Thread René J . V . Bertin
Hi, There has been some discussion around one of my RRs concerning how to respect KDE's ShowIconsOnPushButtons and Qt's SH_DialogButtonBox_ButtonsHaveIcons style hint. The ultimate way would be in the style that does the actual drawing, but that is probably not the one with the smallest

Re: "Buttons have icons", round N+1

2015-12-13 Thread Thomas Lübking
On Sonntag, 13. Dezember 2015 16:20:19 CEST, René J.V. wrote: There has been some discussion around one of my RRs concerning how to respect KDE's ShowIconsOnPushButtons and Qt's SH_DialogButtonBox_ButtonsHaveIcons style hint. The ultimate way would be in the style that does the actual

Re: "Buttons have icons", round N+1

2015-12-13 Thread René J . V . Bertin
On Sunday December 13 2015 17:14:17 Thomas Lübking wrote: > I object the overhead concern. The global solution is easily applied by the > style (the icon isn't loaded from disk or rendered until you/the style > requires a pixmap from painting - until then there's just a string that hints >