d365763c67b0eb699c940822d04555b06a570e59
[mdictionary] / src / mdictionary / qml / ElementsListView.qml
1 import Qt 4.7
2
3 ListView {
4     property int selectedElement: -1
5
6 }