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

Item {
    objectName: Name.name
    property color color: mybutton.color
    MyButton {
        id: mybutton
    }
}