Fix button graphics when button was pressed or disabled. Add disabled state to button...
authorMarcin Kaźmierczak <marcin@marcin-desktop.(none)>
Thu, 23 Dec 2010 15:24:12 +0000 (16:24 +0100)
committerMarcin Kaźmierczak <marcin@marcin-desktop.(none)>
Thu, 23 Dec 2010 15:24:12 +0000 (16:24 +0100)
commit324ea22239273504192afe5aea525224d1ce343f
tree4c397a3f94274436cf81d75e14b8f9b1082bc165
parent81a65728094475a9b320c4b9a888fc3457a9fa98
Fix button graphics when button was pressed or disabled. Add disabled state to button.qml. Add checkbox graphics.
14 files changed:
data/button/buttonCenterDisabled.png [new file with mode: 0644]
data/button/buttonCenterPushed.png [new file with mode: 0644]
data/button/buttonLeftDisabled.png [new file with mode: 0644]
data/button/buttonLeftPushed.png [new file with mode: 0644]
data/button/buttonRightDisabled.png [new file with mode: 0644]
data/button/buttonRightPushed.png [new file with mode: 0644]
data/button/checkbox.png [new file with mode: 0644]
data/button/checkboxChecked.png [new file with mode: 0644]
data/gui.qrc
src/mdictionary/gui/DictManagerWidget.cpp
src/mdictionary/gui/DictManagerWidget.h
src/mdictionary/qml/Button.qml
src/mdictionary/qml/DictManagerWidget.qml
src/mdictionary/qml/IconButton.qml