Op 16-10-2013 15:04, Igor Mironchik schreef:
Forgot to say that I use
d->m_sortModel->setDynamicSortFilter(false);
because of dynamic sorting moves the rows with the same value in a
sorted column in its sole discretion from time to time.
Still, here is your problem. The problem is that appeara
Hi.
Hi.
I use QTreeView to display dynamic data. I.e. rows can be inserted
during program execution dynamically and values in some column can be
changed dynamically too. But I need QTreeView to be sorted by the
given by user column when new rows added.
I've connected to the rowsInserted si
Forgot to say that I use
d->m_sortModel->setDynamicSortFilter(false);
because of dynamic sorting moves the rows with the same value in a
sorted column in its sole discretion from time to time.
Hi.
I use QTreeView to display dynamic data. I.e. rows can be inserted
during program execution