aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/ListProperty.qml
blob: d2bbc58cc5f5bc6bb0b0f0834cef5eb2b4a0a185 (plain)
1
2
3
4
5
6
import QtQuick 2.12
import Things 1.0

Frame {
    contentWidth: contentChildren.length === 1 ? contentChildren[0].implicitWidth : 0
}