Hi,

I suffer a crash issue when use QStandardItemModel with huge row*column

#10 0x00002aaaabb007a8 in QVector<QStandardItem*>::realloc(int, int) ()
...

the row is 30000, column is 29656.

Do you have idea about the maximum size that we should limit in QStandardItemModel, thanks.