Hi,
Thanks For reply
I have create a table widget and I want to set the same value to row ( 0,1,2,3.........Lakhs). For doing this I have to iterate row one by one. Iterates takes too much time. So I want the inbuit function so that there is no need to iterate one by one.
Do you really have to set them all at the same time?
Fill up only the portion from you tableWidget, it's visible on your monitor and then add more lines when the user scrolls up or down for example.
BTW: Have you tried QTableView instead. From what I know, it's much faster then QTableWidget.
Bookmarks