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

import Qt 4.7

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