first version of list element in qml
[mdictionary] / src / mdictionary / qml / DictTypeListDelegate.qml
1 import Qt 4.7
2
3 Text {
4     text: type
5 }