Re: [Interest] KDescendantsProxyModel + QSortFilterProxyModel issue

2018-06-05 Thread Rodrigo Oliva
Nevermind the filter, the problem occurs when setting KDescendantsProxyModel to SubTreesWithoutRoots. Using ChildrenOfExactSelection does not produce this problem, with or without QSortFilterProxyModel after it. So it is most likely an issue in KDescendantsProxyModel. From: Rodrigo Oliva Sent

[Interest] KDescendantsProxyModel + QSortFilterProxyModel issue

2018-06-05 Thread Rodrigo Oliva
Hello, I've been using kde's kitemmodels library to make a content explorer. I have two panels, the left one which is a QTreeView that shows a folder tree structure and the right one which is a QListView that shows a list of files and folders from the current selected folder in the left panel,