aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_814.qml
blob: f772c3a8451f931def938a372ae803284e449289 (plain)
1
2
3
4
5
6
7
8
9

import Qt 4.7

ListView {
    width: 300; height: 300
    delegate: Text { text: modelData }
    model: 3
}