I need some help adding some items to a QComboBox. So I have two comboboxes, and one populates the other depending on the item selected.
QComboBox
My question is
There are some simple and easy to read demos/examples here https://github.com/shuge/Enjoy-Qt-Python-Binding ,
clone it and you will find a demo about how to use basic QComboBox and custom its icon item.