I want to find the row-index with searching word using with QSortFilterProxyModel and QtCore.QRegExp. I want to create a list with “mobile” and “email” columns only from the row which is finding from the variable of QRegExp. Below is example code: I want to print the row.index and insert the value of “mobile” and “email” of the row into list_a.