aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlfileselector/data/qmldirtest2/+bar/MyButton.qml
blob: 5bf632c48d68e834a9a438624a4918cb783e3722 (plain)
1
2
3
4
5
6
7
import QtQuick

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