5 #ifndef BITCOIN_QT_COINCONTROLDIALOG_H 6 #define BITCOIN_QT_COINCONTROLDIALOG_H 10 #include <QAbstractButton> 17 #include <QTreeWidgetItem> 28 #define ASYMP_UTF8 "\xE2\x89\x88" 36 bool operator<(
const QTreeWidgetItem &other)
const override;
58 Ui::CoinControlDialog *
ui;
117 #endif // BITCOIN_QT_COINCONTROLDIALOG_H
const PlatformStyle * platformStyle
void viewItemChanged(QTreeWidgetItem *, int)
void buttonSelectAllClicked()
void clipboardLowOutput()
void headerSectionClicked(int)
void copyTransactionHash()
CCoinControl & m_coin_control
static void updateLabels(CCoinControl &m_coin_control, WalletModel *, QDialog *)
static QList< CAmount > payAmounts
QAction * copyTransactionHashAction
Ui::CoinControlDialog * ui
CoinControlDialog(CCoinControl &coin_control, WalletModel *model, const PlatformStyle *platformStyle, QWidget *parent=nullptr)
void changeEvent(QEvent *e) override
static bool fSubtractFeeFromAmount
QTreeWidgetItem * contextMenuItem
Interface to Bitcoin wallet from Qt view code.
void sortView(int, Qt::SortOrder)
void buttonBoxClicked(QAbstractButton *)
void showMenu(const QPoint &)