aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlimport/data/QTBUG-77102/main.nonumber.qml
blob: dea00c01636b484230f69ce37d5a611c35ad80bc (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.12
import "imports/MyPlugin"

Item {
    width: MySettings.baseWidth
    height: 100

    MyComponent {
        anchors.centerIn: parent
    }
}