 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_QT_TRANSACTIONVIEW_H
6 #define BITCOIN_QT_TRANSACTIONVIEW_H
21 class QItemSelectionModel;
104 void message(
const QString& title,
const QString&
message,
unsigned int style);
122 #endif // BITCOIN_QT_TRANSACTIONVIEW_H
Widget showing the transaction list for a wallet, including a filter row.
QWidget * createDateRangeWidget()
TransactionView(QWidget *parent=0)
Interface to Bitcoin wallet from Qt view code.
void openThirdPartyTxUrl(QString url)
void focusTransaction(const QModelIndex &)
Makes a QTableView last column feel as if it was being resized from its left border.
void updateHideOrphans(bool fHide)
QAction * hideOrphansAction
void chooseWatchonly(int idx)
QTableView * transactionView
virtual void resizeEvent(QResizeEvent *event)
void computeSum()
Compute sum of all selected transactions.
void trxAmount(QString amount)
Send computed sum back to wallet-view.
void hideOrphans(bool fHide)
QSignalMapper * mapperThirdPartyTxUrls
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 changedAmount(const QString &amount)
void updateWatchOnlyColumn(bool fHaveWatchOnly)
void setModel(WalletModel *model)
void contextualMenu(const QPoint &)
@ AMOUNT_MINIMUM_COLUMN_WIDTH
GUIUtil::TableViewLastColumnResizingFixer * columnResizingFixer
void doubleClicked(const QModelIndex &)
QLineEdit * addressWidget
void changedPrefix(const QString &prefix)
bool eventFilter(QObject *obj, QEvent *event)
Filter the transaction list according to pre-specified rules.