I am trying to add item in a QComboBox in PyQt5 using Python. I am having problems in adding data from the SQL Query per row. This results to only a single item added into the Combo Box: What I want to happen in the ComboBox is like this (Add a total of 5 items in the Combo Box) Edit: