5 #ifndef FABCOIN_QT_TRANSACTIONVIEW_H 6 #define FABCOIN_QT_TRANSACTIONVIEW_H 109 void message(
const QString &title,
const QString &
message,
unsigned int style);
122 #endif // FABCOIN_QT_TRANSACTIONVIEW_H
TransactionView(const PlatformStyle *platformStyle, QWidget *parent=0)
bool eventFilter(QObject *obj, QEvent *event)
void openThirdPartyTxUrl(QString url)
QWidget * createDateRangeWidget()
void focusTransaction(const QModelIndex &)
QTableView * transactionView
void chooseWatchonly(int idx)
virtual void resizeEvent(QResizeEvent *event)
QSignalMapper * mapperThirdPartyTxUrls
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)
TransactionFilterProxy * transactionProxyModel
QComboBox * watchOnlyWidget
void setModel(WalletModel *model)
Filter the transaction list according to pre-specified rules.
Interface to Fabcoin wallet from Qt view code.
QLineEdit * addressWidget
void contextualMenu(const QPoint &)
GUIUtil::TableViewLastColumnResizingFixer * columnResizingFixer
void doubleClicked(const QModelIndex &)