first version of list element in qml
authorMarcin Kaźmierczak <marcin@marcin-desktop.(none)>
Thu, 16 Dec 2010 09:10:51 +0000 (10:10 +0100)
committerMarcin Kaźmierczak <marcin@marcin-desktop.(none)>
Thu, 16 Dec 2010 09:10:51 +0000 (10:10 +0100)
commitd6bf5664a12c5a809096f1f12e9b38bdf2dd74df
treeba8a06057be200eb5ff9436c3da5abb3f853d61a
parent135dcd31b34cd118e4d238c657e31d020db58386
first version of list element in qml
src/mdictionary/gui/DictTypeModel.cpp [new file with mode: 0644]
src/mdictionary/gui/DictTypeModel.h [new file with mode: 0644]
src/mdictionary/mdictionary.pro
src/mdictionary/qml/DictListDelegate.qml [new file with mode: 0644]
src/mdictionary/qml/DictTypeListDelegate.qml [new file with mode: 0644]
src/mdictionary/qml/DictTypeListView.qml [new file with mode: 0644]
src/mdictionary/qml/DictTypeSelectDialog.qml [new file with mode: 0644]
src/mdictionary/qml/ElementsListView.qml [new file with mode: 0644]
src/mdictionary/qml/WordListDelegate.qml [new file with mode: 0644]