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_DANGER QColor(200, 100, 100)
33#define COLOR_BLACK QColor(0, 0, 0)
41#define SPINNER_FRAMES 36
43#define QAPP_ORG_NAME "BitcoinABC"
44#define QAPP_ORG_DOMAIN "bitcoinabc.org"
45#define QAPP_APP_NAME_DEFAULT "BitcoinABC-Qt"
46#define QAPP_APP_NAME_TESTNET "BitcoinABC-Qt-testnet"
47#define QAPP_APP_NAME_REGTEST "BitcoinABC-Qt-regtest"
50static constexpr uint64_t
GB_BYTES{1'000'000'000};
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