15 : QSortFilterProxyModel(parent),
23 QModelIndex index = sourceModel()->index(sourceRow, 0, sourceParent);
std::optional< QDateTime > dateTo
Transaction status (TransactionRecord::Status)
void setTypeFilter(quint32 modes)
static quint32 TYPE(int type)
int64_t CAmount
Amount in satoshis (Can be negative)
std::optional< QDateTime > dateFrom
WatchOnlyFilter watchOnlyFilter
TransactionFilterProxy(QObject *parent=nullptr)
Date and time this transaction was created.
void setWatchOnlyFilter(WatchOnlyFilter filter)
void setMinAmount(const CAmount &minimum)
void setShowInactive(bool showInactive)
Set whether to show conflicted transactions.
Net amount of transaction.
Label of address related to transaction.
void setSearchString(const QString &)
Conflicts with other transaction or mempool.
void setDateRange(const std::optional< QDateTime > &from, const std::optional< QDateTime > &to)
Filter transactions between date range.
bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const override