Hello. I’m writing a class that extends QAbstractTableModel. It works pretty good when I set it as a model for a QTableView or for a QCombobox, however it doesn’t allow showing the comboBoxs popup window when it tries to autocomplete. Is there some method I need to implement?