Added shortcut to add dialog: Del deletes selected receipt

develop 0.11.1
tastytea 2018-11-02 12:04:29 +01:00
parent 9cc5af5142
commit 0458ef2d8d
No known key found for this signature in database
GPG Key ID: CFC39497F1B26E07
4 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.6) cmake_minimum_required (VERSION 3.6)
project (whyblocked project (whyblocked
VERSION 0.11.0 VERSION 0.11.1
LANGUAGES CXX LANGUAGES CXX
) )

View File

@ -160,6 +160,9 @@
<iconset theme="list-remove"> <iconset theme="list-remove">
<normaloff>.</normaloff>.</iconset> <normaloff>.</normaloff>.</iconset>
</property> </property>
<property name="shortcut">
<string>Del</string>
</property>
</widget> </widget>
</item> </item>
<item row="4" column="1" rowspan="3"> <item row="4" column="1" rowspan="3">

View File

@ -63,6 +63,11 @@
<source>Re&amp;move</source> <source>Re&amp;move</source>
<translation>Ent&amp;fernen</translation> <translation>Ent&amp;fernen</translation>
</message> </message>
<message>
<location filename="../src/whyblocked_add.ui" line="164"/>
<source>Del</source>
<translation></translation>
</message>
<message> <message>
<location filename="../src/interface_qt.cpp" line="262"/> <location filename="../src/interface_qt.cpp" line="262"/>
<source>Insert receipt here.</source> <source>Insert receipt here.</source>

View File

@ -63,6 +63,11 @@
<source>Re&amp;move</source> <source>Re&amp;move</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message>
<location filename="../src/whyblocked_add.ui" line="164"/>
<source>Del</source>
<translation type="unfinished"></translation>
</message>
<message> <message>
<location filename="../src/interface_qt.cpp" line="262"/> <location filename="../src/interface_qt.cpp" line="262"/>
<source>Insert receipt here.</source> <source>Insert receipt here.</source>