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 "BitcoinABC" 46 #define QAPP_ORG_DOMAIN "bitcoinabc.org" 47 #define QAPP_APP_NAME_DEFAULT "BitcoinABC-Qt" 48 #define QAPP_APP_NAME_TESTNET "BitcoinABC-Qt-testnet" 49 #define QAPP_APP_NAME_REGTEST "BitcoinABC-Qt-regtest" 52 static constexpr uint64_t
GB_BYTES{1
'000'000
'000}; 54 // Default prune target displayed in GUI. 55 static constexpr int DEFAULT_PRUNE_TARGET_GB{2}; 57 #endif // BITCOIN_QT_GUICONSTANTS_H static const int MAX_PASSPHRASE_SIZE
static constexpr uint64_t GB_BYTES
static const bool DEFAULT_SPLASHSCREEN
static const int MODEL_UPDATE_DELAY
static const int STATUSBAR_ICONSIZE
static const int TOOLTIP_WRAP_THRESHOLD