folks,

I used a QStandardItemModel to display a bunch of numbers.. and found that my apps crush if the number of items (row) is really big like 25000.

so i was wondering if QStandardItemModel has limitation in rows or its the QTableView has limitation by the way i used QTableView as my viewer.....

baray98