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

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