Bitcoin
Namespaces | Functions | Variables
platformstyle.cpp File Reference
#include <qt/platformstyle.h>
#include <QApplication>
#include <QColor>
#include <QImage>
#include <QPalette>

Namespaces

 anonymous_namespace{platformstyle.cpp}
 

Functions

void anonymous_namespace{platformstyle.cpp}::MakeSingleColorImage (QImage &img, const QColor &colorbase)
 
QIcon anonymous_namespace{platformstyle.cpp}::ColorizeIcon (const QIcon &ico, const QColor &colorbase)
 
QImage anonymous_namespace{platformstyle.cpp}::ColorizeImage (const QString &filename, const QColor &colorbase)
 
QIcon anonymous_namespace{platformstyle.cpp}::ColorizeIcon (const QString &filename, const QColor &colorbase)
 

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

◆ imagesOnButtons

const bool imagesOnButtons

Show images on push buttons

◆ platform_styles

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

◆ platform_styles_count

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

◆ platformId

const char* platformId

◆ useExtraSpacing

const bool useExtraSpacing

Extra padding/spacing in transactionview