Bitcoin ABC  0.28.12
P2P Digital Currency
Variables
platformstyle.cpp File Reference
#include <qt/platformstyle.h>
#include <QApplication>
#include <QColor>
#include <QImage>
#include <QPalette>
Include dependency graph for platformstyle.cpp:

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 []
 

Variable Documentation

◆ colorizeIcons

const bool colorizeIcons

Colorize single-color icons.

Definition at line 17 of file platformstyle.cpp.

◆ imagesOnButtons

const bool imagesOnButtons

Show images on push buttons.

Definition at line 15 of file platformstyle.cpp.

◆ 

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

◆ platformId

const char* platformId

Definition at line 13 of file platformstyle.cpp.

◆ useExtraSpacing

const bool useExtraSpacing

Extra padding/spacing in transactionview.

Definition at line 19 of file platformstyle.cpp.