Inline Completion for QCompleter shows one random word on completion even if the completion prefix matches with various words. How do I get all the matches?
-
Currently I use Tab to trigger completion in a QTextEdit using a completion prefix. Is there a way to not fully complete that word but complete it till it conflicts with other word and prints other options just like a Command Prompt.
Or, on successive hitting of Tab I get other words which match with the completion prefix. Something like that!