![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <qt/platformstyle.h>#include <QApplication>#include <QColor>#include <QImage>#include <QPalette>Go to the source code of this file.
Variables | ||
| struct { | ||
| const char * platformId | ||
| const bool imagesOnButtons | ||
| Show images on push buttons. More... | ||
| const bool colorizeIcons | ||
| Colorize single-color icons. More... | ||
| const bool useExtraSpacing | ||
| Extra padding/spacing in transactionview. More... | ||
| } | platform_styles [] | |
| const bool colorizeIcons |
Colorize single-color icons.
Definition at line 17 of file platformstyle.cpp.
| const bool imagesOnButtons |
Show images on push buttons.
Definition at line 15 of file platformstyle.cpp.
| const struct { ... } platform_styles[] |
| const char* platformId |
Definition at line 13 of file platformstyle.cpp.
| const bool useExtraSpacing |
Extra padding/spacing in transactionview.
Definition at line 19 of file platformstyle.cpp.