Commit f74ce131 authored by Jens's avatar Jens
Browse files

Some tweaks. Fix compile

parent 53253cba
Branches
Tags
No related merge requests found
Showing with 4 additions and 4 deletions
......@@ -77,7 +77,7 @@ Rectangle {
ListModel {
id: largeModel
Component.onCompleted: {
for (var i=0 ; i< 100 ; ++i)
for (var i=0 ; i< 1000 ; ++i)
largeModel.append({"name":"Person "+i , "age": Math.round(Math.random()*100)})
}
}
......
......@@ -30,17 +30,17 @@ Item {
model: dummyModel
anchors.fill: parent
HeaderSection {
TableColumn {
property: "title"
caption: "Title"
width: 120
}
HeaderSection {
TableColumn {
property: "credit"
caption: "Credit"
width: 120
}
HeaderSection {
TableColumn {
property: "imagesource"
caption: "Image source"
width: 200
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment