aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmetaobject/data/property.alias.3.qml
blob: 86422ae36777e97f9e222c5402b56d0d6d88b3a7 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Text {
    id: me
    font.family: "Arial"
    property alias test: me.font.family
}