summaryrefslogtreecommitdiff
path: root/tests/auto/qml/codemodel/check/properties.qml
blob: cde050e0df27e4a759646b2745171c3ebfaee880 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

Item {
   property int width: 200
   property int height: 200
   property string name
   property color someColor
   property Rectangle someRectangle
   default property list<QtObject> foo
}