My application (educational purposes). When the user opens the application, QTableWidged is filled with the data loaded from the .xml file. When a user wants to add a number to a QTableWidget, he will encounter a problem related to the fact that I was working with setRowCount (quite clumsy) in the current value, after entering QTableWidged will only output one term.
How can I solve this problem?
The question is a translation of the article https://stackoverflow.com/questions/6957943/how-to-add-new-row-to-existing-qtablewidget
With the addition of comments translator, due to the fact that he himself faced the same problems.