D6309: KIconThemes: some additional details about themes & icons on Mac & MSWin

René J.V. Bertin noreply at phabricator.kde.org
Wed Jun 21 08:21:17 UTC 2017


rjvbb created this revision.
rjvbb added a project: Frameworks.

REVISION SUMMARY
  This clarifies a few details about icons and icon themes on Mac and MS Windows, calling attention to the fact that icon themes can be available as usual and that embedded icon resources are thus not the only way applications can have access to such themes.
  
  While not directly related I think this would also be a good place to draw attention to the fact that the usual
  
    app.setWindowIcon(QIcon::fromTheme(appName)));
  
  can have the opposite effect on those systems and should thus be avoided or use the QIcon::fromTheme() fallback argument
  
    app.setWindowIcon(QIcon::fromTheme(appName, app.windowIcon()));

REPOSITORY
  R302 KIconThemes

REVISION DETAIL
  https://phabricator.kde.org/D6309

AFFECTED FILES
  README.md

To: rjvbb, #frameworks
Cc: kde-mac, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-mac/attachments/20170621/1a586aea/attachment.html>


More information about the kde-mac mailing list