Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qmlxmllistmodel-index.qdoc
Go to the documentation of this file.
1// Copyright (C) 2025 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \title Qt XmlListModel
6 \page qml-xmllistmodel.html
7
8 Use the XmlListModel type to create a read-only model from XML data. It can be
9 used as a data source for view elements (such as ListView, PathView, or
10 GridView) and other elements that interact with model data (such as
11 Repeater).
12
13 \note This model \b {does not} support XPath queries. It supports simple
14 slash-separated paths and, optionally, one attribute for each element.
15
16 To use the types in this module, import the module with the following line:
17
18 \qml
19 import QtQml.XmlListModel
20 \endqml
21
22 \section1 API Reference
23
24 \list
25 \li \l{Qt XmlListModel QML Types}
26 \endlist
27*/