aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdesignersupport/data/regTestProperties.qml
blob: 5ea3f58aff8e446a33615da800248b490023fae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.11

Rectangle {
    objectName: "rootItem"
    color: "white"
    width: 800
    height: 600

    RegTestComponent {
        objectName: "testComponent"

    }
}