Hi,
I am new to pyqt and have been looking for examples of how to iterate through a QTableWidget to get the values. I can't seem to find anything online(probaly looking for the wrong keywords). Each row of my table consists of a default text field in the first column and comboBoxes in the second and third columns. I need to iterate through each row get the string from the first column and the option picked in each combobox. Any simple examples would be much appreciated
Thanks in advance
Stephen