6 #ifndef RAVEN_QT_GUICONSTANTS_H 7 #define RAVEN_QT_GUICONSTANTS_H 10 static const int MODEL_UPDATE_DELAY = 250;
13 static const int MAX_PASSPHRASE_SIZE = 1024;
16 static const int STATUSBAR_ICONSIZE = 16;
18 static const bool DEFAULT_SPLASHSCREEN =
true;
21 #define STYLE_INVALID "background:#FF8080; border: 1px solid lightgray; padding: 0px;" 22 #define STYLE_VALID "border: 1px solid lightgray; padding: 0px;" 25 #define COLOR_UNCONFIRMED QColor(128, 128, 128) 27 #define COLOR_NEGATIVE QColor(255, 0, 0) 29 #define COLOR_BAREADDRESS QColor(140, 140, 140) 31 #define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255) 33 #define COLOR_TX_STATUS_OFFLINE QColor(192, 192, 192) 35 #define COLOR_TX_STATUS_DANGER QColor(200, 100, 100) 37 #define COLOR_BLACK QColor(0, 0, 0) 39 #define COLOR_WHITE QColor(255, 255, 255) 41 #define COLOR_WALLETFRAME_SHADOW QColor(0,0,0,71) 44 #define COLOR_LABELS QColor("#4960ad") 48 #define COLOR_BACKGROUND_LIGHT QColor("#fbfbfe") 50 #define COLOR_DARK_ORANGE QColor("#f05339") 52 #define COLOR_LIGHT_ORANGE QColor("#f79433") 54 #define COLOR_DARK_BLUE QColor("#475eaa") 56 #define COLOR_LIGHT_BLUE QColor("#5874cf") 58 #define COLOR_ASSET_TEXT QColor(255, 255, 255) 60 #define COLOR_SHADOW_LIGHT QColor("#e1e6f3") 62 #define COLOR_TOOLBAR_NOT_SELECTED_TEXT QColor("#a5b7f3") 64 #define COLOR_TOOLBAR_SELECTED_TEXT COLOR_WHITE 68 #define COLOR_WIDGET_BACKGROUND_DARK QColor("#1c2535") 70 #define COLOR_SHADOW_DARK QColor("#0c1b3d") 72 #define COLOR_LIGHT_BLUE_DARK QColor("#1e2636") 74 #define COLOR_DARK_BLUE_DARK QColor("#0b1018") 76 #define COLOR_PRICING_WIDGET QColor("#161e2d") 78 #define COLOR_ADMIN_CARD_DARK COLOR_BLACK 80 #define COLOR_REGULAR_CARD_DARK_BLUE_DARK_MODE QColor("#06132a") 82 #define COLOR_REGULAR_CARD_LIGHT_BLUE_DARK_MODE QColor("#0e1b3b") 84 #define COLOR_TOOLBAR_NOT_SELECTED_TEXT_DARK_MODE QColor("#6c80c5") 86 #define COLOR_TOOLBAR_SELECTED_TEXT_DARK_MODE QColor("#c5ccdf") 90 #define STRING_LABEL_COLOR "color: #4960ad" 102 static const int TOOLTIP_WRAP_THRESHOLD = 80;
105 static const int MAX_URI_LENGTH = 255;
108 #define QR_IMAGE_SIZE 300 111 #define SPINNER_FRAMES 36 113 #define QAPP_ORG_NAME "Raven" 114 #define QAPP_ORG_DOMAIN "raven.org" 115 #define QAPP_APP_NAME_DEFAULT "Raven-Qt" 116 #define QAPP_APP_NAME_TESTNET "Raven-Qt-testnet" 118 #endif // RAVEN_QT_GUICONSTANTS_H