[qcineoob] quit shortcut

This commit is contained in:
Julien Veyssier 2013-03-13 16:51:53 +01:00
commit cbc0d16b68
2 changed files with 12 additions and 2 deletions

View file

@ -59,6 +59,7 @@ class MainWindow(QtMainWindow):
self.connect(self.ui.typeCombo, SIGNAL("currentIndexChanged(QString)"), self.typeComboChanged)
self.connect(self.ui.actionBackends, SIGNAL("triggered()"), self.backendsConfig)
self.connect(self.ui.actionQuit, SIGNAL("triggered()"), self.close)
self.loadBackendsList()

View file

@ -200,8 +200,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>96</width>
<height>26</height>
<width>63</width>
<height>18</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8"/>
@ -236,12 +236,21 @@
<bool>false</bool>
</attribute>
<addaction name="actionBackends"/>
<addaction name="actionQuit"/>
</widget>
<action name="actionBackends">
<property name="text">
<string>Backends</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
</widget>
<resources/>
<connections/>