Qt XML Patterns QML Types▲
This QML module contains types for creating models from XML data.
To use the types in this module, import the module with the following line:
Sélectionnez
import QtQuick.XmlListModel 2.12-
XmlListModel: For specifying a read-only model using XPath expressions.
-
XmlRole: For specifying a role to an XmlListModel.


