Comment 4 for bug 792716

Revision history for this message
Jürgen Heinemann (Undefined) (juergen-heinemann) wrote :

This patch exclude unfiltered large search results from QTreeView.
When QLineEdit::textChanged() emitted and the text.length() is greater then 3 it will send signal::searchTextChanged(data) otherwise an empty string is emitted by signal::searchTextChanged(QString()) and clear the QSortFilterProxyModel::sort() Model to display all original search results.

I have add this Widget to minimize the given Search result.

Your Search input at the top didn't work for me

mfg Undefined