QRegExp with multiple keywords
I’m writing a little program with PyQt5 which shows a QTableView containing datas from a list of D&D items, to which I applied a filtering QSortFilterProxyModel.
I’m writing a little program with PyQt5 which shows a QTableView containing datas from a list of D&D items, to which I applied a filtering QSortFilterProxyModel.