Add model class (DictManagerModel) to manage loaded dictionaries data and settings...
authorMarcin Kaźmierczak <marcin@marcin-desktop.(none)>
Tue, 21 Dec 2010 15:20:15 +0000 (16:20 +0100)
committerMarcin Kaźmierczak <marcin@marcin-desktop.(none)>
Tue, 21 Dec 2010 15:20:15 +0000 (16:20 +0100)
commit6245abe2e56ba506f526ef5e318d1f0fcb1571ce
tree1b202e09c1e3b7c7d04951a414f5dff0a25be359
parent2e061e2df0f372f91a25be1958abe7b0a72b2f69
Add model class (DictManagerModel) to manage loaded dictionaries data and settings from qml widget, and provide data to qml list. Add info about icon's path to CommonDictInterface and all plugins.
12 files changed:
src/include/CommonDictInterface.h
src/mdictionary/gui/DictManagerModel.cpp [new file with mode: 0644]
src/mdictionary/gui/DictManagerModel.h [new file with mode: 0644]
src/mdictionary/gui/DictManagerWidget.cpp
src/mdictionary/gui/DictManagerWidget.h
src/mdictionary/mdictionary.pro
src/plugins/google/GooglePlugin.cpp
src/plugins/google/GooglePlugin.h
src/plugins/stardict/StarDictPlugin.cpp
src/plugins/stardict/StarDictPlugin.h
src/plugins/xdxf/xdxfplugin.cpp
src/plugins/xdxf/xdxfplugin.h