aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/listOfInvisible.qml
blob: f3698d78abbd92f134bf2951f38ea5758a11bdf5 (plain)
1
2
3
4
5
6
pragma Strict
import TestTypes

WithListPropertyOfDerivedFromInvisible {
    property real width: children[0].implicitWidth
}