aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/inlineComponentUser2.qml
blob: dc6e3850db16f49b77cc7869fed2b779fb73a424 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.14

Item {
    width: 600
    height: 480
    property InlineComponentProvider.StyledRectangle myProp: InlineComponentReexporter.StyledRectangle {
        objectName: "icInstance"
    }

}