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