 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_COINCONTROLDIALOG_H
6 #define BITCOIN_QT_COINCONTROLDIALOG_H
10 #include <QAbstractButton>
17 #include <QTreeWidgetItem>
36 bool operator<(
const QTreeWidgetItem &other)
const;
53 static QString
getPriorityLabel(
double dPriority,
double mempoolEstimatePriority);
60 Ui::CoinControlDialog*
ui;
115 #endif // BITCOIN_QT_COINCONTROLDIALOG_H
static QList< CAmount > payAmounts
void viewItemChanged(QTreeWidgetItem *, int)
Interface to Bitcoin wallet from Qt view code.
void showMenu(const QPoint &)
void setModel(WalletModel *model)
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
static int nSplitBlockDummy
void headerSectionClicked(int)
void clipboardLowOutput()
QAction * copyTransactionHashAction
void buttonSelectAllClicked()
void sortView(int, Qt::SortOrder)
void copyTransactionHash()
QTreeWidgetItem * contextMenuItem
void buttonBoxClicked(QAbstractButton *)
static void updateLabels(WalletModel *, QDialog *)
Ui::CoinControlDialog * ui
static CCoinControl * coinControl
void buttonToggleLockClicked()
void updateDialogLabels()
CoinControlDialog(QWidget *parent=nullptr)
static QString getPriorityLabel(double dPriority, double mempoolEstimatePriority)