Qt: Added keyboard shortcuts for the add dialog
parent
a444c3b966
commit
1283d81252
|
@ -156,7 +156,7 @@
|
|||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>About</string>
|
||||
<string>&About</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>About this application</string>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<string>Memory aids, proof</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Receipts</string>
|
||||
<string>Rece&ipts</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
@ -53,10 +53,11 @@
|
|||
<string>Add receipt</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add</string>
|
||||
<string>&Add</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="add"/>
|
||||
<iconset theme="add">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -72,7 +73,7 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Blocked</string>
|
||||
<string>&Blocked</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
|
@ -91,14 +92,14 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Silenced</string>
|
||||
<string>&Silenced</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="label_reason">
|
||||
<property name="text">
|
||||
<string>Reason</string>
|
||||
<string>R&eason</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>text_reason</cstring>
|
||||
|
@ -137,7 +138,7 @@
|
|||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_user">
|
||||
<property name="text">
|
||||
<string>User/Instance</string>
|
||||
<string>&User/Instance</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>text_user</cstring>
|
||||
|
@ -150,10 +151,11 @@
|
|||
<string>Remove receipt</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Remove</string>
|
||||
<string>Re&move</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="remove"/>
|
||||
<iconset theme="remove">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue