qtdeclarative/tests/auto/qml/qqmlecmascript/data/qlistqobjectMethods.qml

7 lines
130 B
QML

import QtQuick 2.0
QtObject {
property int test: getObjects().length
property bool test2: getObjects()[0].trueProperty
}