forked from qt-creator/qt-creator
QmlJs: add test for code model
Change-Id: I3e60274dcce578a170e12d44533e6f83e77d448a Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
This commit is contained in:
10
tests/auto/qml/codemodel/check/properties.qml
Normal file
10
tests/auto/qml/codemodel/check/properties.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
import QtQuick 1.0
|
||||
|
||||
Item {
|
||||
property int width: 200
|
||||
property int height: 200
|
||||
property string name
|
||||
property color someColor
|
||||
property Rectangle someRectangle
|
||||
default property list<QtObject> foo
|
||||
}
|
Reference in New Issue
Block a user