Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlXmlListModelQueryResult Struct Reference

#include <qqmlxmllistmodel_p.h>

+ Collaboration diagram for QQmlXmlListModelQueryResult:

Public Attributes

QML_ANONYMOUS int queryId
 
QList< QFlatMap< int, QString > > data
 
QList< QPair< void *, QString > > errors
 

Detailed Description

Definition at line 51 of file qqmlxmllistmodel_p.h.

Member Data Documentation

◆ data

QList<QFlatMap<int, QString> > QQmlXmlListModelQueryResult::data

Definition at line 55 of file qqmlxmllistmodel_p.h.

◆ errors

QList<QPair<void *, QString> > QQmlXmlListModelQueryResult::errors

Definition at line 56 of file qqmlxmllistmodel_p.h.

◆ queryId

QML_ANONYMOUS int QQmlXmlListModelQueryResult::queryId

Definition at line 54 of file qqmlxmllistmodel_p.h.


The documentation for this struct was generated from the following file: