5 #ifndef BITCOIN_QT_TRANSACTIONVIEW_H 6 #define BITCOIN_QT_TRANSACTIONVIEW_H 21 class QItemSelectionModel;
107 void message(
const QString &title,
const QString &
message,
unsigned int style);
123 #endif // BITCOIN_QT_TRANSACTIONVIEW_H
QWidget * createDateRangeWidget()
void updateWatchOnlyColumn(bool fHaveWatchOnly)
bool eventFilter(QObject *obj, QEvent *event)
TransactionView(const PlatformStyle *platformStyle, QWidget *parent=0)
QTableView * transactionView
void focusTransaction(const QModelIndex &)
void chooseWatchonly(int idx)
QComboBox * watchOnlyWidget
void setModel(WalletModel *model)
void changedAmount(const QString &amount)
void message(const QString &title, const QString &message, unsigned int style)
TransactionFilterProxy * transactionProxyModel
void changedPrefix(const QString &prefix)
void openThirdPartyTxUrl(QString url)
void doubleClicked(const QModelIndex &)
void contextualMenu(const QPoint &)
QLineEdit * addressWidget
QSignalMapper * mapperThirdPartyTxUrls
virtual void resizeEvent(QResizeEvent *event)
void trxAmount(QString amount)
GUIUtil::TableViewLastColumnResizingFixer * columnResizingFixer