Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-13688

Support lists of lists in XmlListModel

XMLWordPrintable

      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>
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            brasser Michael Brasser (closed Nokia identity) (Inactive)
            Votes:
            10 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes