5 #ifndef BITCOIN_QT_GUICONSTANTS_H 6 #define BITCOIN_QT_GUICONSTANTS_H 28 #define STYLE_INVALID "background:#FF8080" 31 #define COLOR_UNCONFIRMED QColor(128, 128, 128) 33 #define COLOR_NEGATIVE QColor(255, 0, 0) 35 #define COLOR_BAREADDRESS QColor(140, 140, 140) 37 #define COLOR_TX_STATUS_DANGER QColor(200, 100, 100) 39 #define COLOR_BLACK QColor(0, 0, 0) 47 #define SPINNER_FRAMES 36 49 #define QAPP_ORG_NAME "Bitcoin" 50 #define QAPP_ORG_DOMAIN "bitcoin.org" 51 #define QAPP_APP_NAME_DEFAULT "Bitcoin-Qt" 52 #define QAPP_APP_NAME_TESTNET "Bitcoin-Qt-testnet" 53 #define QAPP_APP_NAME_SIGNET "Bitcoin-Qt-signet" 54 #define QAPP_APP_NAME_REGTEST "Bitcoin-Qt-regtest" 57 static constexpr uint64_t
GB_BYTES{1000000000};
62 #endif // BITCOIN_QT_GUICONSTANTS_H static const int MAX_PASSPHRASE_SIZE
static constexpr int DEFAULT_PRUNE_TARGET_GB
static constexpr auto MODEL_UPDATE_DELAY
static constexpr uint64_t GB_BYTES
static const bool DEFAULT_SPLASHSCREEN
static constexpr auto SHUTDOWN_POLLING_DELAY
static const int STATUSBAR_ICONSIZE
static const int TOOLTIP_WRAP_THRESHOLD