Added shortcuts for add and recompress buttons.

This commit is contained in:
Paul Chaplin 2010-01-16 21:06:29 +00:00
parent 7b0f3d91ae
commit a8dc46ddb2

View file

@ -40,7 +40,7 @@
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QFrame" name=""> <widget class="QFrame" name="frame">
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
@ -70,12 +70,15 @@
<string>Add file to the compression list</string> <string>Add file to the compression list</string>
</property> </property>
<property name="text"> <property name="text">
<string>Add files</string> <string>&amp;Add files</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>list-add.png</normaloff>list-add.png</iconset> <normaloff>list-add.png</normaloff>list-add.png</iconset>
</property> </property>
<property name="shortcut">
<string>Alt+A</string>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -126,12 +129,15 @@
<string>Recompress selected images</string> <string>Recompress selected images</string>
</property> </property>
<property name="text"> <property name="text">
<string>Recompress</string> <string>&amp;Recompress</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>view-refresh.png</normaloff>view-refresh.png</iconset> <normaloff>view-refresh.png</normaloff>view-refresh.png</iconset>
</property> </property>
<property name="shortcut">
<string>Alt+R</string>
</property>
<property name="checkable"> <property name="checkable">
<bool>false</bool> <bool>false</bool>
</property> </property>