8 #ifndef BITCOIN_QT_GUICONSTANTS_H
9 #define BITCOIN_QT_GUICONSTANTS_H
12 static const int MODEL_UPDATE_DELAY = 1000;
15 static const int MAX_PASSPHRASE_SIZE = 1024;
18 static const int STATUSBAR_ICONSIZE = 16;
20 static const bool DEFAULT_SPLASHSCREEN =
true;
23 #define STYLE_INVALID "background:#FF8080"
26 #define COLOR_UNCONFIRMED QColor(128, 128, 128)
28 #define COLOR_NEGATIVE QColor(255, 0, 0)
30 #define COLOR_BAREADDRESS QColor(140, 140, 140)
32 #define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255)
34 #define COLOR_TX_STATUS_OFFLINE QColor(192, 192, 192)
36 #define COLOR_BLACK QColor(51, 51, 51)
38 #define COLOR_CONFLICTED QColor(255, 0, 0)
40 #define COLOR_ORPHAN QColor(211, 211, 211)
42 #define COLOR_STAKE QColor(138,43,226)
46 static const int TOOLTIP_WRAP_THRESHOLD = 80;
49 static const int MAX_URI_LENGTH = 255;
52 #define EXPORT_IMAGE_SIZE 256
55 #define SPINNER_FRAMES 36
57 #define QAPP_ORG_NAME "PRCY"
58 #define QAPP_ORG_DOMAIN "prcycoin.com"
59 #define QAPP_APP_NAME_DEFAULT "PRCYcoin-Qt"
60 #define QAPP_APP_NAME_TESTNET "PRCYcoin-Qt-testnet"
62 #endif // BITCOIN_QT_GUICONSTANTS_H