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

Support value type lists in qmltc

    XMLWordPrintable

Details

    • 111225b6c4 (qt/qtdeclarative/dev) 111225b6c4 (qt/tqtc-qtdeclarative/dev)

    Description

      Should now be generally possible with https://codereview.qt-project.org/c/qt/qtdeclarative/+/389016.

      We should be able to generate nice C++ in the following cases:

      QtObject {
        property list<int> arrayOfInts: [3, 4, 5] // is compiled into Q_PROPERTY(QQmlListProperty<int> arrayOfInts ...)
        property list<font> arrayOfFonts: { ... } // is compiled into Q_PROPERTY(QQmlListProperty<QFont> arrayOfFonts ...)
      }
      

      Attachments

        Issue Links

          Activity

            People

              sami.shalayel Sami Shalayel
              agolubev Andrei Golubev
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: