10 auto model = sourceModel();
19 if (filterRegExp().indexIn(model->data(address).toString()) < 0 &&
20 filterRegExp().indexIn(model->data(label).toString()) < 0) {
40 return QSortFilterProxyModel::rowCount(parent);
int rowCount(const QModelIndex &parent=QModelIndex()) const override
bool filterAcceptsRow(int row, const QModelIndex &parent) const override
void setType(const QString &type)
@ TypeRole
Type of address (Send, Receive, ColdStaking, ColdStakingSend, Delegator, Delegable)
@ Address
Bitcoin address.
@ Label
User specified label.