I am trying to add combo boxes to the first row of my QTableView() to different columns. I have searched for other solutions, PyQT4: Adding combobox in Qtableview but they seem to add multiple comboboxes in the same COLUMN, I need to do that in different column for the same row.
Need assistance please.
Thanks