 |
Bitcoin Core
22.99.0
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_TRANSACTIONVIEW_H
6 #define BITCOIN_QT_TRANSACTIONVIEW_H
89 bool eventFilter(QObject *obj, QEvent *event)
override;
113 void message(
const QString &title,
const QString &
message,
unsigned int style);
128 #endif // BITCOIN_QT_TRANSACTIONVIEW_H
Widget showing the transaction list for a wallet, including a filter row.
QWidget * createDateRangeWidget()
QLineEdit * search_widget
const PlatformStyle * m_platform_style
Interface to Bitcoin wallet from Qt view code.
void openThirdPartyTxUrl(QString url)
void bumpFee(bool checked)
void focusTransaction(const QModelIndex &)
void chooseWatchonly(int idx)
QTableView * transactionView
bool eventFilter(QObject *obj, QEvent *event) override
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
TransactionFilterProxy * transactionProxyModel
QComboBox * watchOnlyWidget
void updateWatchOnlyColumn(bool fHaveWatchOnly)
void bumpedFee(const uint256 &txid)
QAction * copyLabelAction
void setModel(WalletModel *model)
QAction * copyAddressAction
void contextualMenu(const QPoint &)
void changeEvent(QEvent *e) override
@ AMOUNT_MINIMUM_COLUMN_WIDTH
TransactionView(const PlatformStyle *platformStyle, QWidget *parent=nullptr)
void doubleClicked(const QModelIndex &)
Filter the transaction list according to pre-specified rules.