aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview2/data/boundDelegateComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquicklistview2/data/boundDelegateComponent.qml')
-rw-r--r--tests/auto/quick/qquicklistview2/data/boundDelegateComponent.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicklistview2/data/boundDelegateComponent.qml b/tests/auto/quick/qquicklistview2/data/boundDelegateComponent.qml
index 6fb84279b0..5e4de1a08d 100644
--- a/tests/auto/quick/qquicklistview2/data/boundDelegateComponent.qml
+++ b/tests/auto/quick/qquicklistview2/data/boundDelegateComponent.qml
@@ -6,6 +6,8 @@ Item {
objectName: "outer"
ListView {
id: listView
+ width: 100
+ height: 100
model: 1
property string foo: "foo"
delegate: Text {
@@ -16,6 +18,8 @@ Item {
ListView {
id: listView2
+ width: 100
+ height: 100
model: 1
delegate: Text {
required property int index
@@ -49,6 +53,8 @@ Item {
}
ListView {
+ width: 100
+ height: 100
id: innerListView
model: listModel
delegate: innerComponent