Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.4
-
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
- relates to
-
QTBUG-82443 Value types and Containers in QML
- Closed
For Gerrit Dashboard: QTBUG-100313 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
419473,7 | Support value type lists in qmltc | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |