A QCompleter is a class from the Qt toolkit which provides completions based on an item model.
I'm using Qt4.6 and I have a QComboBox with a QCompleter in it. The usual functionality is to provide completion …