Re: [Interest] QTreeView and dynamic sorting

2013-10-16 Thread André Somers
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

Re: [Interest] QTreeView and dynamic sorting

2013-10-16 Thread Igor Mironchik
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

Re: [Interest] QTreeView and dynamic sorting

2013-10-16 Thread Igor Mironchik
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