Hi

I am having a problem with QTableWidgetItem.
I created a table (2 rows, 11 columns) using QTableWidget.
I have 2 functions, firstRowUpdate() and secondRowUpdate();

When I am only using firstRowUpdate() function it works fine and updates the firstRow & its 11 columns.
But I use secondRowUpdate() along with firstRowUpdate() function it overwrites the firstRowUpdate values in firstRow with secondRowUpdate function values.
Both rows shows same values.

Both the functions are similar in coding, except setting items with different values or strings to display, in firstRowUpdate() and secondRowUpdate() functions.

What could be causing the problem, when i try to update both rows simultaneously.

Thanks & Regards,
Arun