[Interest] QTreeView and dynamic sorting

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

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