5 #ifndef FABCOIN_QT_GUICONSTANTS_H 6 #define FABCOIN_QT_GUICONSTANTS_H 9 static const int MODEL_UPDATE_DELAY = 2000;
12 static const int MAX_PASSPHRASE_SIZE = 1024;
15 static const int STATUSBAR_ICONSIZE = 16;
17 static const bool DEFAULT_SPLASHSCREEN =
true;
20 #define COLOR_UNCONFIRMED QColor(128, 128, 128) 22 #define COLOR_NEGATIVE QColor(255, 255, 255) 24 #define COLOR_BAREADDRESS QColor(140, 140, 140) 26 #define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255) 28 #define COLOR_TX_STATUS_OFFLINE QColor(192, 192, 192) 30 #define COLOR_TX_STATUS_DANGER QColor(200, 100, 100) 32 #define COLOR_BLACK QColor(0, 0, 0) 35 #define CONFIRM_ICONS 5 40 static const int TOOLTIP_WRAP_THRESHOLD = 80;
43 static const int MAX_URI_LENGTH = 255;
46 #define QR_IMAGE_SIZE 300 49 #define SPINNER_FRAMES 36 51 #define QAPP_ORG_NAME "Fabcoin" 52 #define QAPP_ORG_DOMAIN "fabcoin.pro" 53 #define QAPP_APP_NAME_DEFAULT "Fabcoin-Qt" 54 #define QAPP_APP_NAME_TESTNET "Fabcoin-Qt-testnet" 56 #endif // FABCOIN_QT_GUICONSTANTS_H