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

Support lists of gadgets directly

    XMLWordPrintable

Details

    • 5f4b3fa3cade416b088fdc35f583c536269688d7 (qt/qtdeclarative/dev)

    Description

      QML seems to nicely support gadgets in a QVariantList:

      myVariantList[0].gadgetProp // works!
      

      but not in a QList<Gadget>/QVector<Gadget>:

      myGadgetList[0].gadgetProp // error
      

      It would be nice to support this usecase (or QQmlListProperty of gadgets?) out-of-the-box.

      Attachments

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

        Activity

          People

            nierob Nierob
            mbrasser Michael Brasser
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes