5#ifndef BITCOIN_QT_GUICONSTANTS_H
6#define BITCOIN_QT_GUICONSTANTS_H
22#define STYLE_INVALID "background:#FF8080"
25#define COLOR_UNCONFIRMED QColor(128, 128, 128)
27#define COLOR_NEGATIVE QColor(255, 0, 0)
29#define COLOR_BAREADDRESS QColor(140, 140, 140)
31#define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255)
33#define COLOR_TX_STATUS_DANGER QColor(200, 100, 100)
35#define COLOR_BLACK QColor(0, 0, 0)
43#define SPINNER_FRAMES 36
45#define QAPP_ORG_NAME "Bitcoin"
46#define QAPP_ORG_DOMAIN "bitcoin.org"
47#define QAPP_APP_NAME_DEFAULT "Bitcoin-Qt"
48#define QAPP_APP_NAME_TESTNET "Bitcoin-Qt-testnet"
49#define QAPP_APP_NAME_SIGNET "Bitcoin-Qt-signet"
50#define QAPP_APP_NAME_REGTEST "Bitcoin-Qt-regtest"
static const int MAX_PASSPHRASE_SIZE
static constexpr int DEFAULT_PRUNE_TARGET_GB
static const int TOOLTIP_WRAP_THRESHOLD
static constexpr uint64_t GB_BYTES
static const bool DEFAULT_SPLASHSCREEN
static const int MODEL_UPDATE_DELAY
static const int STATUSBAR_ICONSIZE