Hi,

I am a beginner with Qt-programming and I have the following problem:

I am trying to implement a editable custom QComboBox to display search results. The user should be able to type a string to the combo boxes line edit and the search results would be shown in the expanded QListBox. I am now able to get the results on the QListBox and popup it but the focus also changes to the expanded QListBox which prevents further input.

The desired function would be that the user would be able to type without changing the focus manyally and the content of the expanded list box would be updated accordingly much like in the address input in the firefox where known addresses are shown.
Any ideas how to implement this?

Thank you for your help,
BR,
Jarkko