Hello,
just one thing, can we use the "like" word in a setFilter method? Like this:

Qt Code:
  1. QString idtext = findSentenceLineEdit->text();
  2. sentenceModel->setFilter(QString("text like \"%1\"").arg(idtext));
To copy to clipboard, switch view to plain text mode 

I tried but it seems that it doesn't work.

Thanks,
Palma