Anoncoin  0.9.4
P2P Digital Currency
Macros
guiconstants.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STYLE_INVALID   "background:#FF8080"
 
#define COLOR_UNCONFIRMED   QColor(128, 128, 128)
 
#define COLOR_NEGATIVE   QColor(255, 0, 0)
 
#define COLOR_BAREADDRESS   QColor(140, 140, 140)
 
#define COLOR_TX_STATUS_OPENUNTILDATE   QColor(64, 64, 255)
 
#define COLOR_TX_STATUS_OFFLINE   QColor(192, 192, 192)
 
#define COLOR_BLACK   QColor(0, 0, 0)
 
#define EXPORT_IMAGE_SIZE   256
 
#define SPINNER_FRAMES   35
 
#define QAPP_ORG_NAME   "Anoncoin"
 
#define QAPP_ORG_DOMAIN   "anoncoin.net"
 
#define QAPP_APP_NAME_DEFAULT   "Anoncoin"
 
#define QAPP_APP_NAME_TESTNET   "Anoncoin-testnet"
 

Macro Definition Documentation

#define COLOR_BAREADDRESS   QColor(140, 140, 140)

Definition at line 26 of file guiconstants.h.

#define COLOR_BLACK   QColor(0, 0, 0)

Definition at line 32 of file guiconstants.h.

#define COLOR_NEGATIVE   QColor(255, 0, 0)

Definition at line 24 of file guiconstants.h.

#define COLOR_TX_STATUS_OFFLINE   QColor(192, 192, 192)

Definition at line 30 of file guiconstants.h.

#define COLOR_TX_STATUS_OPENUNTILDATE   QColor(64, 64, 255)

Definition at line 28 of file guiconstants.h.

#define COLOR_UNCONFIRMED   QColor(128, 128, 128)

Definition at line 22 of file guiconstants.h.

#define EXPORT_IMAGE_SIZE   256

Definition at line 46 of file guiconstants.h.

#define QAPP_APP_NAME_DEFAULT   "Anoncoin"

Definition at line 53 of file guiconstants.h.

#define QAPP_APP_NAME_TESTNET   "Anoncoin-testnet"

Definition at line 54 of file guiconstants.h.

#define QAPP_ORG_DOMAIN   "anoncoin.net"

Definition at line 52 of file guiconstants.h.

#define QAPP_ORG_NAME   "Anoncoin"

Definition at line 51 of file guiconstants.h.

#define SPINNER_FRAMES   35

Definition at line 49 of file guiconstants.h.

#define STYLE_INVALID   "background:#FF8080"

Definition at line 19 of file guiconstants.h.