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

Support value type lists in qmltc

XMLWordPrintable

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

      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 ...)
      }
      

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

            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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes