Finally the problem was solved using the QSortFilterProxyModel class that wysota recommends.
Thanks for your concern janus
The code that I was using to try was:
Qt Code:
myDialog dialog; dialog.exec(); formUser frm1; frm1.show();To copy to clipboard, switch view to plain text mode
And the formUser only has the table.
Bookmarks