aboutsummaryrefslogtreecommitdiff
path: root/src/qt/scicon.cpp
Commit message (Collapse)AuthorAgeFilesLines
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-10-311-98/+0
| | | | | | | | | | | | | | Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328.
* qt: fix unused function warning in scicon.cppWladimir J. van der Laan2015-05-191-1/+5
| | | | | | | Enclose MakeSingleColorImage in an anonymous namespace to avoid a unused function warning on Windows and MacOSX. Github-Pull: #6143
* [QT] don't colorize icons on win and macJonas Schnelli2015-05-131-0/+10
|
* Adopt style colour for button iconsLuke Dashjr2014-12-271-0/+84