summaryrefslogtreecommitdiff
path: root/seentl.ui
diff options
context:
space:
mode:
Diffstat (limited to 'seentl.ui')
-rw-r--r--seentl.ui24
1 files changed, 23 insertions, 1 deletions
diff --git a/seentl.ui b/seentl.ui
index 536e094..93c51af 100644
--- a/seentl.ui
+++ b/seentl.ui
@@ -33,7 +33,7 @@
<x>0</x>
<y>0</y>
<width>600</width>
- <height>23</height>
+ <height>24</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
@@ -42,6 +42,9 @@
</property>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
+ <addaction name="actionClose"/>
+ <addaction name="separator"/>
+ <addaction name="actionExit"/>
</widget>
<addaction name="menu_File"/>
</widget>
@@ -62,6 +65,25 @@
<string>Ctrl+S</string>
</property>
</action>
+ <action name="actionExit">
+ <property name="text">
+ <string>Exit</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Q</string>
+ </property>
+ </action>
+ <action name="actionClose">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Close</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+W</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>