Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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

static const struct { ... }  platform_styles []

Variable Documentation

◆ []

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