Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Variables
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 EXPORT_IMAGE_SIZE   256
 
#define SPINNER_FRAMES   35
 
#define QAPP_ORG_NAME   "Bitcoin"
 
#define QAPP_ORG_DOMAIN   "bitcoin.org"
 
#define QAPP_APP_NAME_DEFAULT   "Bitcoin-Qt"
 
#define QAPP_APP_NAME_TESTNET   "Bitcoin-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 int TOOLTIP_WRAP_THRESHOLD = 80
 
static const int MAX_URI_LENGTH = 255
 
static const int MAX_PAYMENT_REQUEST_SIZE = 50000
 

Macro Definition Documentation

#define COLOR_BAREADDRESS   QColor(140, 140, 140)

Definition at line 25 of file guiconstants.h.

Referenced by TransactionTableModel::addressColor().

#define COLOR_NEGATIVE   QColor(255, 0, 0)

Definition at line 23 of file guiconstants.h.

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

#define COLOR_UNCONFIRMED   QColor(128, 128, 128)

Definition at line 21 of file guiconstants.h.

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

#define EXPORT_IMAGE_SIZE   256

Definition at line 39 of file guiconstants.h.

Referenced by QRImageWidget::exportImage().

#define QAPP_APP_NAME_DEFAULT   "Bitcoin-Qt"

Definition at line 46 of file guiconstants.h.

Referenced by main().

#define QAPP_APP_NAME_TESTNET   "Bitcoin-Qt-testnet"

Definition at line 47 of file guiconstants.h.

Referenced by main().

#define QAPP_ORG_DOMAIN   "bitcoin.org"

Definition at line 45 of file guiconstants.h.

Referenced by main().

#define QAPP_ORG_NAME   "Bitcoin"

Definition at line 44 of file guiconstants.h.

Referenced by main().

#define SPINNER_FRAMES   35

Definition at line 42 of file guiconstants.h.

Referenced by BitcoinGUI::setNumBlocks().

#define STYLE_INVALID   "background:#FF8080"

Definition at line 18 of file guiconstants.h.

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

Variable Documentation

const int MAX_PASSPHRASE_SIZE = 1024
static
const int MAX_PAYMENT_REQUEST_SIZE = 50000
static

Definition at line 36 of file guiconstants.h.

Referenced by PaymentServer::readPaymentRequest().

const int MAX_URI_LENGTH = 255
static

Definition at line 33 of file guiconstants.h.

Referenced by ReceiveRequestDialog::update().

const int MODEL_UPDATE_DELAY = 250
static

Definition at line 9 of file guiconstants.h.

Referenced by ClientModel::ClientModel(), and WalletModel::WalletModel().

const int STATUSBAR_ICONSIZE = 16
static

Definition at line 15 of file guiconstants.h.

Referenced by BitcoinGUI::setNumBlocks(), and BitcoinGUI::setNumConnections().

const int TOOLTIP_WRAP_THRESHOLD = 80
static

Definition at line 30 of file guiconstants.h.

Referenced by main().