Error: QTreeView::rowsInserted internal representation of the model has been corrupted, resetting
-
Hi All, Can any one tell me why i am getting 'QTreeView::rowsInserted internal representation of the model has been corrupted, resetting ' error .
I am calling recursive method programmetically to update QTreeView which basically uses standarditem.setChild(index.row(),QStandardItem())
what do i have to do in order to make it to work? please help me.
thanks