Hi,

I checked the web and could not find an answer to this issue I'm trying to solve. Perhaps someone can help me.
I'd like to have several QCompleters in the same QLineEdit and allow users to select an element in each completer independent of the others:

QCompleter1 QCompleter2 QCompleter3 ….

Users can go and select an element in QCompleter2 without affecting the other two.
Would anyone know how to do this?

Thanks and appreciate your help.