![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "platformstyle.h"
#include "guiconstants.h"
#include <QApplication>
#include <QColor>
#include <QIcon>
#include <QImage>
#include <QPalette>
#include <QPixmap>
Go to the source code of this file.
Variables | |
struct { | |
const char * platformId | |
const bool imagesOnButtons | |
const bool colorizeIcons | |
const bool useExtraSpacing | |
} | platform_styles [] |
static const unsigned | platform_styles_count = sizeof(platform_styles)/sizeof(*platform_styles) |
const bool colorizeIcons |
Colorize single-color icons
Definition at line 21 of file platformstyle.cpp.
const bool imagesOnButtons |
Show images on push buttons
Definition at line 19 of file platformstyle.cpp.
const { ... } platform_styles[] |
Referenced by PlatformStyle::instantiate().
|
static |
Definition at line 30 of file platformstyle.cpp.
Referenced by PlatformStyle::instantiate().
const char* platformId |
Definition at line 17 of file platformstyle.cpp.
Referenced by PlatformStyle::instantiate().
const bool useExtraSpacing |
Extra padding/spacing in transactionview
Definition at line 23 of file platformstyle.cpp.