moment/src/qml/Models/Accounts.qml

11 lines
194 B
QML
Raw Normal View History

2019-07-05 06:01:44 +10:00
import QtQuick 2.7
import SortFilterProxyModel 0.2
import "../Base"
HListModel {
sorters: StringSorter {
roleName: "userId"
numericMode: true // human numeric sort
}
}