BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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_DANGER   QColor(200, 100, 100)
 
#define COLOR_BLACK   QColor(0, 0, 0)
 
#define QR_IMAGE_SIZE   300
 
#define SPINNER_FRAMES   36
 
#define QAPP_ORG_NAME   "BSHA3"
 
#define QAPP_ORG_DOMAIN   "bsha3.org"
 
#define QAPP_APP_NAME_DEFAULT   "BSHA3-Qt"
 
#define QAPP_APP_NAME_TESTNET   "BSHA3-Qt-testnet"
 

Macro Definition Documentation

◆ COLOR_BAREADDRESS

#define COLOR_BAREADDRESS   QColor(140, 140, 140)

Definition at line 27 of file guiconstants.h.

◆ COLOR_BLACK

#define COLOR_BLACK   QColor(0, 0, 0)

Definition at line 33 of file guiconstants.h.

◆ COLOR_NEGATIVE

#define COLOR_NEGATIVE   QColor(255, 0, 0)

Definition at line 25 of file guiconstants.h.

◆ COLOR_TX_STATUS_DANGER

#define COLOR_TX_STATUS_DANGER   QColor(200, 100, 100)

Definition at line 31 of file guiconstants.h.

◆ COLOR_TX_STATUS_OPENUNTILDATE

#define COLOR_TX_STATUS_OPENUNTILDATE   QColor(64, 64, 255)

Definition at line 29 of file guiconstants.h.

◆ COLOR_UNCONFIRMED

#define COLOR_UNCONFIRMED   QColor(128, 128, 128)

Definition at line 23 of file guiconstants.h.

◆ QAPP_APP_NAME_DEFAULT

#define QAPP_APP_NAME_DEFAULT   "BSHA3-Qt"

Definition at line 51 of file guiconstants.h.

◆ QAPP_APP_NAME_TESTNET

#define QAPP_APP_NAME_TESTNET   "BSHA3-Qt-testnet"

Definition at line 52 of file guiconstants.h.

◆ QAPP_ORG_DOMAIN

#define QAPP_ORG_DOMAIN   "bsha3.org"

Definition at line 50 of file guiconstants.h.

◆ QAPP_ORG_NAME

#define QAPP_ORG_NAME   "BSHA3"

Definition at line 49 of file guiconstants.h.

◆ QR_IMAGE_SIZE

#define QR_IMAGE_SIZE   300

Definition at line 44 of file guiconstants.h.

◆ SPINNER_FRAMES

#define SPINNER_FRAMES   36

Definition at line 47 of file guiconstants.h.

◆ STYLE_INVALID

#define STYLE_INVALID   "background:#FF8080"

Definition at line 20 of file guiconstants.h.