And it appears that if I instantiate the models at the same level,
without nesting them, this works:

  CustomListModel { id: customListModel }
  CustomSortFilterModel { id: customSortFilterModel }
  SortFilterModel {
    sort.property: "blah"
    sort.order: Qt.DescendingOrder
    model: customSortFilterModel
  }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1495482

Title:
  SortFilterModel cannot sort by a numeric role

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1495482/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to