aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlfileselector/data/qmldirtest/main.qml
blob: d6dd2c9b90d39ab5f736e4e62c2e46779afd8e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick
import qmldirtest

Window {
    width: 640
    height: 480
    visible: true
    property color color: mybutton.color

    MyButton {
        id: mybutton
    }
}