![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <chrono>#include <cstdint>Go to the source code of this file.
Macros | |
| #define | STYLE_INVALID "border: 3px solid #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_DANGER QColor(200, 100, 100) |
| #define | COLOR_BLACK QColor(0, 0, 0) |
| #define | SPINNER_FRAMES 36 |
| #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" |
| #define | QAPP_APP_NAME_TESTNET4 "Bitcoin-Qt-testnet4" |
| #define | QAPP_APP_NAME_SIGNET "Bitcoin-Qt-signet" |
| #define | QAPP_APP_NAME_REGTEST "Bitcoin-Qt-regtest" |
Variables | |
| static constexpr auto | MODEL_UPDATE_DELAY {250ms} |
| static constexpr auto | SHUTDOWN_POLLING_DELAY {200ms} |
| 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 constexpr uint64_t | GB_BYTES {1000000000} |
| static constexpr int | DEFAULT_PRUNE_TARGET_GB {2} |
| #define COLOR_BAREADDRESS QColor(140, 140, 140) |
Definition at line 35 of file guiconstants.h.
| #define COLOR_BLACK QColor(0, 0, 0) |
Definition at line 39 of file guiconstants.h.
| #define COLOR_NEGATIVE QColor(255, 0, 0) |
Definition at line 33 of file guiconstants.h.
| #define COLOR_TX_STATUS_DANGER QColor(200, 100, 100) |
Definition at line 37 of file guiconstants.h.
| #define COLOR_UNCONFIRMED QColor(128, 128, 128) |
Definition at line 31 of file guiconstants.h.
| #define QAPP_APP_NAME_DEFAULT "Bitcoin-Qt" |
Definition at line 51 of file guiconstants.h.
| #define QAPP_APP_NAME_REGTEST "Bitcoin-Qt-regtest" |
Definition at line 55 of file guiconstants.h.
| #define QAPP_APP_NAME_SIGNET "Bitcoin-Qt-signet" |
Definition at line 54 of file guiconstants.h.
| #define QAPP_APP_NAME_TESTNET "Bitcoin-Qt-testnet" |
Definition at line 52 of file guiconstants.h.
| #define QAPP_APP_NAME_TESTNET4 "Bitcoin-Qt-testnet4" |
Definition at line 53 of file guiconstants.h.
| #define QAPP_ORG_DOMAIN "bitcoin.org" |
Definition at line 50 of file guiconstants.h.
| #define QAPP_ORG_NAME "Bitcoin" |
Definition at line 49 of file guiconstants.h.
| #define SPINNER_FRAMES 36 |
Definition at line 47 of file guiconstants.h.
| #define STYLE_INVALID "border: 3px solid #FF8080" |
Definition at line 28 of file guiconstants.h.
|
staticconstexpr |
Definition at line 61 of file guiconstants.h.
|
static |
Definition at line 25 of file guiconstants.h.
|
staticconstexpr |
Definition at line 58 of file guiconstants.h.
|
static |
Definition at line 20 of file guiconstants.h.
|
staticconstexpr |
Definition at line 14 of file guiconstants.h.
|
staticconstexpr |
Definition at line 17 of file guiconstants.h.
|
static |
Definition at line 23 of file guiconstants.h.
|
static |
Definition at line 44 of file guiconstants.h.