How to add datas in table widget with increasing the row number
Unsolved
General and Desktop
-
wrote on 24 Mar 2021, 07:17 last edited by
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 -
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...
2/2