mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
Added shortcuts for add and recompress buttons.
This commit is contained in:
parent
7b0f3d91ae
commit
a8dc46ddb2
1 changed files with 9 additions and 3 deletions
12
window.ui
12
window.ui
|
|
@ -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>&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>&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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue