PIVX Core  5.6.99
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(91, 76, 134)
 
#define COLOR_NEGATIVE   QColor(206, 0, 188)
 
#define COLOR_BAREADDRESS   QColor(140, 140, 140)
 
#define COLOR_TX_STATUS_OPENUNTILDATE   QColor(64, 64, 255)
 
#define COLOR_BLACK   QColor(51, 51, 51)
 
#define COLOR_CONFLICTED   QColor(255, 0, 0)
 
#define COLOR_ORPHAN   QColor(211, 211, 211)
 
#define COLOR_STAKE   QColor(138,43,226)
 
#define EXPORT_IMAGE_SIZE   256
 
#define QAPP_ORG_NAME   "PIVX"
 
#define QAPP_ORG_DOMAIN   "pivx.org"
 
#define QAPP_APP_NAME_DEFAULT   "PIVX-Qt"
 
#define QAPP_APP_NAME_TESTNET   "PIVX-Qt-testnet"
 

Macro Definition Documentation

◆ COLOR_BAREADDRESS

#define COLOR_BAREADDRESS   QColor(140, 140, 140)

Definition at line 29 of file guiconstants.h.

◆ COLOR_BLACK

#define COLOR_BLACK   QColor(51, 51, 51)

Definition at line 33 of file guiconstants.h.

◆ COLOR_CONFLICTED

#define COLOR_CONFLICTED   QColor(255, 0, 0)

Definition at line 35 of file guiconstants.h.

◆ COLOR_NEGATIVE

#define COLOR_NEGATIVE   QColor(206, 0, 188)

Definition at line 27 of file guiconstants.h.

◆ COLOR_ORPHAN

#define COLOR_ORPHAN   QColor(211, 211, 211)

Definition at line 37 of file guiconstants.h.

◆ COLOR_STAKE

#define COLOR_STAKE   QColor(138,43,226)

Definition at line 39 of file guiconstants.h.

◆ COLOR_TX_STATUS_OPENUNTILDATE

#define COLOR_TX_STATUS_OPENUNTILDATE   QColor(64, 64, 255)

Definition at line 31 of file guiconstants.h.

◆ COLOR_UNCONFIRMED

#define COLOR_UNCONFIRMED   QColor(91, 76, 134)

Definition at line 25 of file guiconstants.h.

◆ EXPORT_IMAGE_SIZE

#define EXPORT_IMAGE_SIZE   256

Definition at line 49 of file guiconstants.h.

◆ QAPP_APP_NAME_DEFAULT

#define QAPP_APP_NAME_DEFAULT   "PIVX-Qt"

Definition at line 54 of file guiconstants.h.

◆ QAPP_APP_NAME_TESTNET

#define QAPP_APP_NAME_TESTNET   "PIVX-Qt-testnet"

Definition at line 55 of file guiconstants.h.

◆ QAPP_ORG_DOMAIN

#define QAPP_ORG_DOMAIN   "pivx.org"

Definition at line 53 of file guiconstants.h.

◆ QAPP_ORG_NAME

#define QAPP_ORG_NAME   "PIVX"

Definition at line 52 of file guiconstants.h.

◆ STYLE_INVALID

#define STYLE_INVALID   "background:#FF8080"

Definition at line 22 of file guiconstants.h.