Merge branch 'qml' of ssh://drop.maemo.org/git/mdictionary into qml
[mdictionary] / src / mdictionary / qml / DictTypeListView.qml
1 import Qt 4.7
2
3 ElementsListView{
4     anchors.fill: parent
5     delegate: DictTypeListDelegate{}
6     model: dictTypeModel
7     focus: true
8 }