aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlimport/data/QTBUG-77102/imports/MyPlugin/MyComponent_0_9.qml
blob: a63e2d121c569f4e1f5740c19393ff3809f52ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick 2.0

Rectangle {
    width: 50
    height: 50

    color: "yellow"

    Text {
        anchors.centerIn: parent
        text: "0.9"

    }
}