import QtQml.XmlListModel import SortFilterProxyModel 1.0 SortFilterProxyModel { source: XmlListModel { XmlListModelRole { } } }