Did you try QTableWidget?
Qt Code:
for(int r = 0; r < 100; ++r) for(int c = 0; c < 100; ++c) table->show();To copy to clipboard, switch view to plain text mode
Did you try QTableWidget?
Qt Code:
for(int r = 0; r < 100; ++r) for(int c = 0; c < 100; ++c) table->show();To copy to clipboard, switch view to plain text mode
Bookmarks