Try disconnect(qcombobox...), then populate, and connect(qcombobox...) again.
Or use QStandardItemModel, add items to the model and setModel on the qcombobox.
Try disconnect(qcombobox...), then populate, and connect(qcombobox...) again.
Or use QStandardItemModel, add items to the model and setModel on the qcombobox.
Bookmarks