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

Item {
    objectName: Name.name
    property color color: mybutton.color

    MyButton {
        id: mybutton
    }
}