Hi
I have Qtableview with QSqlTablemodel and lineEdit, nextButton and prevButton
Now when I enter "value" in lineEdit I need to select row in Qtableview which contains %value% in first column How can I simple do this? After clicking nextButton I should found nextRow with %value%
Bookmarks