Hi,
In my application I have QtableWidget displaying multiple rows , line edit to enter string and push button, Requirement says upon clicking on push button Same Qtable Widget should show only those rows which are having string entered into line edit.
I thought of using QSortFilterProxy Model but QTableWidget is having SetModel method private so i am unable to use QSortFilterProxy Model in this case .Please let me know how to implement Filter option in QTable Widget
Bookmarks