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