PySide/tests/QtDeclarative/bug_814.qml
Renato Filho 6da3e78014 Created unit test for bug #814.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
          Hugo Parente <hugo.lima@openbossa.org>
2011-04-11 12:07:34 -03:00

9 lines
110 B
QML

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