I'm making a window that has a search(used QLineEdit). In every key pressing, there should be a completer for displaying results as a table. I want to use QCompleter but it only shows results just like a QComboBox. Now I'm going to customize QCompleter. It seems hard to me. What could you suggest?
You can set widget to completer using QCompleter::setPopup()
. see completer example