Files
qt-creator/tests/manual/qml/testfiles/listmodel.qml
Kai Koehne a673fb7120 QmlDesigner: Fix crash when root item of .qml file not QDeclarativeItem based
Task-number: BAUHAUS-424
Reviewed-by: Lasse Holmstedt
2010-03-03 12:03:34 +01:00

11 lines
113 B
QML

import Qt 4.6
ListModel {
id: myModel
ListElement {
content: "foo"
text: "bar"
}
}