Qt: Added keyboard shortcuts for the add dialog
the build was successful Details

This commit is contained in:
tastytea 2018-10-14 19:58:11 +02:00
parent a444c3b966
commit 1283d81252
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 12 additions and 10 deletions

View File

@ -156,7 +156,7 @@
<normaloff>.</normaloff>.</iconset> <normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>About</string> <string>&amp;About</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>About this application</string> <string>About this application</string>

View File

@ -37,7 +37,7 @@
<string>Memory aids, proof</string> <string>Memory aids, proof</string>
</property> </property>
<property name="text"> <property name="text">
<string>Receipts</string> <string>Rece&amp;ipts</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
@ -53,10 +53,11 @@
<string>Add receipt</string> <string>Add receipt</string>
</property> </property>
<property name="text"> <property name="text">
<string>Add</string> <string>&amp;Add</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="add"/> <iconset theme="add">
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -72,7 +73,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Blocked</string> <string>&amp;Blocked</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
@ -91,14 +92,14 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Silenced</string> <string>&amp;Silenced</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item row="3" column="0">
<widget class="QLabel" name="label_reason"> <widget class="QLabel" name="label_reason">
<property name="text"> <property name="text">
<string>Reason</string> <string>R&amp;eason</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>text_reason</cstring> <cstring>text_reason</cstring>
@ -137,7 +138,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_user"> <widget class="QLabel" name="label_user">
<property name="text"> <property name="text">
<string>User/Instance</string> <string>&amp;User/Instance</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>text_user</cstring> <cstring>text_user</cstring>
@ -150,10 +151,11 @@
<string>Remove receipt</string> <string>Remove receipt</string>
</property> </property>
<property name="text"> <property name="text">
<string>Remove</string> <string>Re&amp;move</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="remove"/> <iconset theme="remove">
<normaloff>.</normaloff>.</iconset>
</property> </property>
</widget> </widget>
</item> </item>