first version of list element in qml
[mdictionary] / src / mdictionary / qml / ElementsListView.qml
1 import Qt 4.7
2
3 ListView {
4     property int selectedElement: -1
5
6 }