I have a problem with large tables. My table has about 120000 rows. If I want to resize the table, it freezes. Is this a bug?
Has anybody else this problem?
Here is the example code:

Qt Code:
  1. table->setNumRows(120000); // still ok
  2. table->setNumRows(6000); // freeze
To copy to clipboard, switch view to plain text mode