set delete in editor to ctrl+delete

This commit is contained in:
Damien Elmes 2009-03-14 09:37:26 +09:00
parent f9732f9c71
commit e3830faeed

View file

@ -13,6 +13,14 @@
<string>Edit Items</string> <string>Edit Items</string>
</property> </property>
<widget class="QWidget" name="centralwidget" > <widget class="QWidget" name="centralwidget" >
<property name="geometry" >
<rect>
<x>0</x>
<y>23</y>
<width>599</width>
<height>439</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout" > <layout class="QVBoxLayout" name="verticalLayout" >
<property name="spacing" > <property name="spacing" >
<number>0</number> <number>0</number>
@ -162,7 +170,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>599</width> <width>599</width>
<height>25</height> <height>23</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuEdit" > <widget class="QMenu" name="menuEdit" >
@ -226,7 +234,7 @@
<string>Delete</string> <string>Delete</string>
</property> </property>
<property name="shortcut" > <property name="shortcut" >
<string>Del</string> <string>Ctrl+Del</string>
</property> </property>
</action> </action>
<action name="actionAddTag" > <action name="actionAddTag" >