aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/Com/Orga/Handlers/Handler.qml
blob: b20a2def115bb83ba7e2b1624eea0c17aeaaa339 (plain)
1
2
3
4
5
6
7
import QtQuick 2.6
import Com.Orga 1.0

Rectangle {
    color: Style.name
    Text {text: "Hello world!"}
}