Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
4.7.0
-
None
Description
XmlListModel doesn't handle data like the following well (where each item in the list of items includes a list of things)
<items> <item> <things> <thing></thing> <thing></thing> </things> </item> <item> <things> <thing></thing> <thing></thing> </things> </item> </items>
Attachments
Issue Links
- relates to
-
QTBUG-111830 Let's add a QAbstractItemModel to display JSON data
- Reported
-
QTBUG-12953 Element for creating an object from XML data
- Open