5 #ifndef BITCOIN_QT_TRANSACTIONVIEW_H 6 #define BITCOIN_QT_TRANSACTIONVIEW_H 38 QWidget *parent =
nullptr);
84 virtual void resizeEvent(QResizeEvent *event)
override;
86 bool eventFilter(QObject *obj, QEvent *event)
override;
123 #endif // BITCOIN_QT_TRANSACTIONVIEW_H
void openThirdPartyTxUrl(QString url)
QWidget * createDateRangeWidget()
void focusTransaction(const QModelIndex &)
QTableView * transactionView
void chooseWatchonly(int idx)
void message(const QString &title, const QString &message, unsigned int style)
Fired when a message should be reported to the user.
Widget showing the transaction list for a wallet, including a filter row.
Makes a QTableView last column feel as if it was being resized from its left border.
void updateWatchOnlyColumn(bool fHaveWatchOnly)
bool eventFilter(QObject *obj, QEvent *event) override
TransactionFilterProxy * transactionProxyModel
QComboBox * watchOnlyWidget
void setModel(WalletModel *model)
Filter the transaction list according to pre-specified rules.
Interface to Bitcoin wallet from Qt view code.
virtual void resizeEvent(QResizeEvent *event) override
TransactionView(const PlatformStyle *platformStyle, QWidget *parent=nullptr)
void contextualMenu(const QPoint &)
GUIUtil::TableViewLastColumnResizingFixer * columnResizingFixer
void doubleClicked(const QModelIndex &)
QLineEdit * search_widget