Qt 6.11 is out! See what's new in the release
blog
how to make serach Qlinedit connected with QlistVeiw?
-
how to make a search from QlistVeiw?
-
@SGaist can you send me an example
-
QModelIndexList matchList = model->match(model->index(0,0), Qt::DisplayRole, lineEdit->text());Change the hits and flags according to your search criteria, see the documentation for the possible values.