diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-11 20:09:00 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-11 20:09:00 +0200 |
commit | ed94e6508ce1db26c3820411478b3b8947802830 (patch) | |
tree | c54237ee16f825e61490acc1b37d034b582ecffd /KCC.ui | |
parent | QSettings + Thread proofing code + misc changes (diff) | |
download | kcc-ed94e6508ce1db26c3820411478b3b8947802830.tar.gz kcc-ed94e6508ce1db26c3820411478b3b8947802830.tar.bz2 kcc-ed94e6508ce1db26c3820411478b3b8947802830.zip |
New icons
Diffstat (limited to 'KCC.ui')
-rw-r--r-- | KCC.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/KCC.ui b/KCC.ui index 79c850d..6dc27a7 100644 --- a/KCC.ui +++ b/KCC.ui @@ -230,7 +230,7 @@ </property> <property name="icon"> <iconset resource="KCC.qrc"> - <normaloff>:/Other/icons/plus.ico</normaloff>:/Other/icons/plus.ico</iconset> + <normaloff>:/Other/icons/folder_new.ico</normaloff>:/Other/icons/folder_new.ico</iconset> </property> </widget> <widget class="QPushButton" name="FileButton"> @@ -255,7 +255,7 @@ </property> <property name="icon"> <iconset resource="KCC.qrc"> - <normaloff>:/Other/icons/plus.ico</normaloff>:/Other/icons/plus.ico</iconset> + <normaloff>:/Other/icons/document_new.ico</normaloff>:/Other/icons/document_new.ico</iconset> </property> </widget> <widget class="QPushButton" name="ClearButton"> @@ -280,7 +280,7 @@ </property> <property name="icon"> <iconset resource="KCC.qrc"> - <normaloff>:/Other/icons/minus.ico</normaloff>:/Other/icons/minus.ico</iconset> + <normaloff>:/Other/icons/clear.ico</normaloff>:/Other/icons/clear.ico</iconset> </property> </widget> <widget class="QFrame" name="OptionsBasic"> |