![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
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 |
#define COLOR_BAREADDRESS QColor(140, 140, 140) |
Definition at line 28 of file guiconstants.h.
Referenced by TransactionTableModel::addressColor().
#define COLOR_BLACK QColor(0, 0, 0) |
Definition at line 36 of file guiconstants.h.
Referenced by TransactionTableModel::txStatusDecoration().
#define COLOR_NEGATIVE QColor(255, 0, 0) |
Definition at line 26 of file guiconstants.h.
Referenced by TransactionTableModel::data(), and TxViewDelegate::paint().
#define COLOR_TX_STATUS_DANGER QColor(200, 100, 100) |
Definition at line 34 of file guiconstants.h.
Referenced by TransactionTableModel::data().
#define COLOR_TX_STATUS_OFFLINE QColor(192, 192, 192) |
Definition at line 32 of file guiconstants.h.
Referenced by TransactionTableModel::txStatusDecoration().
#define COLOR_TX_STATUS_OPENUNTILDATE QColor(64, 64, 255) |
Definition at line 30 of file guiconstants.h.
Referenced by TransactionTableModel::txStatusDecoration().
#define COLOR_UNCONFIRMED QColor(128, 128, 128) |
Definition at line 24 of file guiconstants.h.
Referenced by TransactionTableModel::data(), and TxViewDelegate::paint().
#define EXPORT_IMAGE_SIZE 256 |
Definition at line 47 of file guiconstants.h.
Referenced by QRImageWidget::exportImage().
#define QAPP_APP_NAME_DEFAULT "Dash-Qt" |
Definition at line 54 of file guiconstants.h.
Referenced by main().
#define QAPP_APP_NAME_TESTNET "Dash-Qt-testnet" |
Definition at line 55 of file guiconstants.h.
#define QAPP_ORG_DOMAIN "dash.org" |
Definition at line 53 of file guiconstants.h.
Referenced by main().
#define QAPP_ORG_NAME "Dash" |
Definition at line 52 of file guiconstants.h.
Referenced by main().
#define SPINNER_FRAMES 36 |
Definition at line 50 of file guiconstants.h.
Referenced by BitcoinGUI::setAdditionalDataSyncProgress(), and BitcoinGUI::setNumBlocks().
#define STYLE_INVALID "background:#FF8080" |
Definition at line 21 of file guiconstants.h.
Referenced by QValidatedLineEdit::setValid(), and BitcoinAmountField::setValid().
|
static |
Definition at line 18 of file guiconstants.h.
Referenced by HelpMessageDialog::HelpMessageDialog(), and main().
|
static |
Definition at line 13 of file guiconstants.h.
Referenced by AskPassphraseDialog::accept(), and AskPassphraseDialog::AskPassphraseDialog().
|
static |
Definition at line 44 of file guiconstants.h.
Referenced by ReceiveRequestDialog::update().
|
static |
Definition at line 10 of file guiconstants.h.
Referenced by BlockTipChanged(), ClientModel::ClientModel(), PeerTableModel::PeerTableModel(), and WalletModel::WalletModel().
|
static |
Definition at line 16 of file guiconstants.h.
Referenced by BitcoinGUI::setAdditionalDataSyncProgress(), BitcoinGUI::setNumBlocks(), and BitcoinGUI::updateNetworkState().
|
static |
Definition at line 41 of file guiconstants.h.
Referenced by main().