[Qt-interest] qcompleter - more efficient matching

cb cb at noaddr.com
Sun Nov 14 05:33:03 CET 2010


Hello:

Currently the qcompleter tries to find a match by doing a linear search, or 
by doing a binary search in case the modelSorting is set to xxxSortedModel.

Is it possible to take over the searching mechanism to provide a more 
efficient algorithm? Can you point to a sample?

Thanks 





More information about the Qt-interest-old mailing list