aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/FormUser.qml
blob: ea3621586f0649b04633153c698746f5f3da5880 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Form {
    x: 12
    y: 13
    objectName: "horst"
}