Searching for a particular entry in a table by lineedit
-
hey i have tableview in which i want to search for particular text by lineedit.
and if particular text got in tablview i want to show that row in another tablview. -
this sounds like "the example you need ":http://qt-project.org/doc/qt-5/qtwidgets-itemviews-customsortfiltermodel-example.html
-
We are actually planning on blogging about how to do this soon. But as eddy said, you will still need some C++ to support this at the moment. On the upside you could make a proxy that supports any ListModel you pass to it.
I think we will provide this as an example in Qt Quick Controls as well if we don't end up supporting this behaviour in TableView itself.