How to add datas in table widget with increasing the row number
Unsolved
General and Desktop
-
Hi everyone. I want to add about 150 datas into my table widget.
I dont want to give everytime row number, i want to automatize it
How can i do it?
It should start to add from row 0 to the end of row count -
@suslucoder said in How to add datas in table widget with increasing the row number:
It should start to add from row 0 to the end of row count
And what is the problem? Set row count via https://doc.qt.io/qt-5/qtablewidget.html#setRowCount and add your data...