Hello,
Is there another QCompleter-like class that does the same thing as the Index search in Qt Assistant? QCompleter will not match items where the search term is in the middle of the item.
E.g. Qt Assistant can complete "ActiveX" giving this result:
- A standard ActiveX and the "simple" ActiveQt widget
- testcon - An ActiveX Test Container (ActiveQt)
QCompleter cannot do this.