7 #ifndef PIVX_QT_GUICONSTANTS_H
8 #define PIVX_QT_GUICONSTANTS_H
11 static const int MODEL_UPDATE_DELAY = 1000;
14 static const int MAX_PASSPHRASE_SIZE = 1024;
17 static const int STATUSBAR_ICONSIZE = 16;
19 static const bool DEFAULT_SPLASHSCREEN =
true;
22 #define STYLE_INVALID "background:#FF8080"
25 #define COLOR_UNCONFIRMED QColor(91, 76, 134)
27 #define COLOR_NEGATIVE QColor(206, 0, 188)
29 #define COLOR_BAREADDRESS QColor(140, 140, 140)
31 #define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255)
33 #define COLOR_BLACK QColor(51, 51, 51)
35 #define COLOR_CONFLICTED QColor(255, 0, 0)
37 #define COLOR_ORPHAN QColor(211, 211, 211)
39 #define COLOR_STAKE QColor(138,43,226)
43 static const int TOOLTIP_WRAP_THRESHOLD = 80;
46 static const int MAX_URI_LENGTH = 255;
49 #define EXPORT_IMAGE_SIZE 256
52 #define QAPP_ORG_NAME "PIVX"
53 #define QAPP_ORG_DOMAIN "pivx.org"
54 #define QAPP_APP_NAME_DEFAULT "PIVX-Qt"
55 #define QAPP_APP_NAME_TESTNET "PIVX-Qt-testnet"