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

Support lists of lists in XmlListModel

    XMLWordPrintable

Details

    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

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

          Activity

            People

              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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes