10 static const int MODEL_UPDATE_DELAY = 250;
13 static const int MAX_PASSPHRASE_SIZE = 1024;
16 static const int STATUSBAR_ICONSIZE = 16;
19 #define STYLE_INVALID "background:#FF8080"
22 #define COLOR_UNCONFIRMED QColor(128, 128, 128)
24 #define COLOR_NEGATIVE QColor(255, 0, 0)
26 #define COLOR_BAREADDRESS QColor(140, 140, 140)
28 #define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255)
30 #define COLOR_TX_STATUS_OFFLINE QColor(192, 192, 192)
32 #define COLOR_BLACK QColor(0, 0, 0)
37 static const int TOOLTIP_WRAP_THRESHOLD = 80;
40 static const int MAX_URI_LENGTH = 255;
43 static const int MAX_PAYMENT_REQUEST_SIZE = 50000;
46 #define EXPORT_IMAGE_SIZE 256
49 #define SPINNER_FRAMES 35
51 #define QAPP_ORG_NAME "Anoncoin"
52 #define QAPP_ORG_DOMAIN "anoncoin.net"
53 #define QAPP_APP_NAME_DEFAULT "Anoncoin"
54 #define QAPP_APP_NAME_TESTNET "Anoncoin-testnet"
56 #endif // GUICONSTANTS_H