Thank u very much!~~
One stupid question, I gonna ask !
Qt Code:
for (int row=0;row<10000; row++) for (int col=0;col<6; col++)To copy to clipboard, switch view to plain text mode
Here I am creating dynamic object using for 'QTableWidgetItem' using 'new' operator!
Is there any way to find the size of the entire Table item?
Please help me here!
Bookmarks