aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlfileselector/data/qmldirtest/qml/MyButton.qml
blob: 32db428c4f0818a03a8c47dd8a75aa5697e74d72 (plain)
1
2
3
4
5
6
7
import QtQuick

Rectangle {
    width: 300
    height: 50
    color: "green"
}