5 #ifndef BITCOIN_QT_TRANSACTIONVIEW_H 6 #define BITCOIN_QT_TRANSACTIONVIEW_H 90 bool eventFilter(QObject *obj, QEvent *event)
override;
116 void message(
const QString &title,
const QString &
message,
unsigned int style);
132 #endif // BITCOIN_QT_TRANSACTIONVIEW_H
void openThirdPartyTxUrl(QString url)
QWidget * createDateRangeWidget()
Dialog showing transaction details.
const PlatformStyle * m_platform_style
void bumpFee(bool checked)
void focusTransaction(const QModelIndex &)
QTableView * transactionView
void chooseWatchonly(int idx)
void closeOpenedDialogs()
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.
void updateWatchOnlyColumn(bool fHaveWatchOnly)
bool eventFilter(QObject *obj, QEvent *event) override
void bumpedFee(const uint256 &txid)
TransactionFilterProxy * transactionProxyModel
QAction * copyLabelAction
QComboBox * watchOnlyWidget
void setModel(WalletModel *model)
Filter the transaction list according to pre-specified rules.
Interface to Bitcoin wallet from Qt view code.
QList< TransactionDescDialog * > m_opened_dialogs
TransactionView(const PlatformStyle *platformStyle, QWidget *parent=nullptr)
QAction * copyAddressAction
void contextualMenu(const QPoint &)
void changeEvent(QEvent *e) override
void doubleClicked(const QModelIndex &)
QLineEdit * search_widget