Hello,

I am looking for a simple way to do completion on this input:

(LOGIN )+

I fetch logins from a database and the user has a QLineEdit in which he can put LOGIN LOGIN LOGIN ...
I want to provide completion for each LOGIN

Thank you ;-)