Besides using setCompletionMode for one of the three enumeration options, it is quite possible that you cannot achieve this without subclassing and implementing your own version. QCompleter is a model parser, so it looks more like a visual studio when you type . or -> and select the available method / member / etc for the current object.
source share