Dash Core  0.12.2.1
P2P Digital Currency
guiconstants.h File Reference

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_TX_STATUS_DANGER   QColor(200, 100, 100)
 
#define COLOR_BLACK   QColor(0, 0, 0)
 
#define EXPORT_IMAGE_SIZE   256
 
#define SPINNER_FRAMES   36
 
#define QAPP_ORG_NAME   "Dash"
 
#define QAPP_ORG_DOMAIN   "dash.org"
 
#define QAPP_APP_NAME_DEFAULT   "Dash-Qt"
 
#define QAPP_APP_NAME_TESTNET   "Dash-Qt-testnet"
 

Variables

static const int MODEL_UPDATE_DELAY = 250
 
static const int MAX_PASSPHRASE_SIZE = 1024
 
static const int STATUSBAR_ICONSIZE = 16
 
static const bool DEFAULT_SPLASHSCREEN = true
 
static const int TOOLTIP_WRAP_THRESHOLD = 80
 
static const int MAX_URI_LENGTH = 255
 

Macro Definition Documentation

◆ COLOR_BAREADDRESS

#define COLOR_BAREADDRESS   QColor(140, 140, 140)

Definition at line 28 of file guiconstants.h.

Referenced by TransactionTableModel::addressColor().

◆ COLOR_BLACK

#define COLOR_BLACK   QColor(0, 0, 0)

Definition at line 36 of file guiconstants.h.

Referenced by TransactionTableModel::txStatusDecoration().

◆ COLOR_NEGATIVE

#define COLOR_NEGATIVE   QColor(255, 0, 0)

Definition at line 26 of file guiconstants.h.

Referenced by TransactionTableModel::data(), and TxViewDelegate::paint().

◆ COLOR_TX_STATUS_DANGER

#define COLOR_TX_STATUS_DANGER   QColor(200, 100, 100)

Definition at line 34 of file guiconstants.h.

Referenced by TransactionTableModel::data().

◆ COLOR_TX_STATUS_OFFLINE

#define COLOR_TX_STATUS_OFFLINE   QColor(192, 192, 192)

Definition at line 32 of file guiconstants.h.

Referenced by TransactionTableModel::txStatusDecoration().

◆ COLOR_TX_STATUS_OPENUNTILDATE

#define COLOR_TX_STATUS_OPENUNTILDATE   QColor(64, 64, 255)

Definition at line 30 of file guiconstants.h.

Referenced by TransactionTableModel::txStatusDecoration().

◆ COLOR_UNCONFIRMED

#define COLOR_UNCONFIRMED   QColor(128, 128, 128)

Definition at line 24 of file guiconstants.h.

Referenced by TransactionTableModel::data(), and TxViewDelegate::paint().

◆ EXPORT_IMAGE_SIZE

#define EXPORT_IMAGE_SIZE   256

Definition at line 47 of file guiconstants.h.

Referenced by QRImageWidget::exportImage().

◆ QAPP_APP_NAME_DEFAULT

#define QAPP_APP_NAME_DEFAULT   "Dash-Qt"

Definition at line 54 of file guiconstants.h.

Referenced by main().

◆ QAPP_APP_NAME_TESTNET

#define QAPP_APP_NAME_TESTNET   "Dash-Qt-testnet"

Definition at line 55 of file guiconstants.h.

◆ QAPP_ORG_DOMAIN

#define QAPP_ORG_DOMAIN   "dash.org"

Definition at line 53 of file guiconstants.h.

Referenced by main().

◆ QAPP_ORG_NAME

#define QAPP_ORG_NAME   "Dash"

Definition at line 52 of file guiconstants.h.

Referenced by main().

◆ SPINNER_FRAMES

#define SPINNER_FRAMES   36

◆ STYLE_INVALID

#define STYLE_INVALID   "background:#FF8080"

Definition at line 21 of file guiconstants.h.

Referenced by QValidatedLineEdit::setValid(), and BitcoinAmountField::setValid().

Variable Documentation

◆ DEFAULT_SPLASHSCREEN

const bool DEFAULT_SPLASHSCREEN = true
static

Definition at line 18 of file guiconstants.h.

Referenced by HelpMessageDialog::HelpMessageDialog(), and main().

◆ MAX_PASSPHRASE_SIZE

const int MAX_PASSPHRASE_SIZE = 1024
static

◆ MAX_URI_LENGTH

const int MAX_URI_LENGTH = 255
static

Definition at line 44 of file guiconstants.h.

Referenced by ReceiveRequestDialog::update().

◆ MODEL_UPDATE_DELAY

const int MODEL_UPDATE_DELAY = 250
static

◆ STATUSBAR_ICONSIZE

const int STATUSBAR_ICONSIZE = 16
static

◆ TOOLTIP_WRAP_THRESHOLD

const int TOOLTIP_WRAP_THRESHOLD = 80
static

Definition at line 41 of file guiconstants.h.

Referenced by main().