Dash Core  0.12.2.1
P2P Digital Currency
platformstyle.cpp File Reference
#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)
 

Variable Documentation

◆ colorizeIcons

const bool colorizeIcons

Colorize single-color icons

Definition at line 21 of file platformstyle.cpp.

◆ imagesOnButtons

const bool imagesOnButtons

Show images on push buttons

Definition at line 19 of file platformstyle.cpp.

◆ platform_styles

const { ... } platform_styles[]
Initial value:
= {
{"macosx", false, false, true},
{"windows", true, false, false},
{"other", true, false, false}
}

Referenced by PlatformStyle::instantiate().

◆ platform_styles_count

const unsigned platform_styles_count = sizeof(platform_styles)/sizeof(*platform_styles)
static

Definition at line 30 of file platformstyle.cpp.

Referenced by PlatformStyle::instantiate().

◆ platformId

const char* platformId

Definition at line 17 of file platformstyle.cpp.

Referenced by PlatformStyle::instantiate().

◆ useExtraSpacing

const bool useExtraSpacing

Extra padding/spacing in transactionview

Definition at line 23 of file platformstyle.cpp.