5 #ifndef BITCOIN_QT_GUICONSTANTS_H 6 #define BITCOIN_QT_GUICONSTANTS_H 9 static const int MODEL_UPDATE_DELAY = 250;
12 static const int MAX_PASSPHRASE_SIZE = 1024;
15 static const int STATUSBAR_ICONSIZE = 16;
17 static const bool DEFAULT_SPLASHSCREEN =
true;
20 #define STYLE_INVALID "background:#FF8080" 23 #define COLOR_UNCONFIRMED QColor(128, 128, 128) 25 #define COLOR_NEGATIVE QColor(255, 0, 0) 27 #define COLOR_BAREADDRESS QColor(140, 140, 140) 29 #define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255) 31 #define COLOR_TX_STATUS_DANGER QColor(200, 100, 100) 33 #define COLOR_BLACK QColor(0, 0, 0) 38 static const int TOOLTIP_WRAP_THRESHOLD = 80;
41 static const int MAX_URI_LENGTH = 255;
44 #define QR_IMAGE_SIZE 300 47 #define SPINNER_FRAMES 36 49 #define QAPP_ORG_NAME "BSHA3" 50 #define QAPP_ORG_DOMAIN "bsha3.org" 51 #define QAPP_APP_NAME_DEFAULT "BSHA3-Qt" 52 #define QAPP_APP_NAME_TESTNET "BSHA3-Qt-testnet" 54 #endif // BITCOIN_QT_GUICONSTANTS_H