summaryrefslogtreecommitdiff
path: root/main.ui
diff options
context:
space:
mode:
Diffstat (limited to 'main.ui')
-rw-r--r--main.ui18
1 files changed, 15 insertions, 3 deletions
diff --git a/main.ui b/main.ui
index 0a839ff..fd7045a 100644
--- a/main.ui
+++ b/main.ui
@@ -148,7 +148,7 @@
<x>0</x>
<y>0</y>
<width>1068</width>
- <height>26</height>
+ <height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -163,6 +163,8 @@
<property name="title">
<string>Edit</string>
</property>
+ <addaction name="actionUndo"/>
+ <addaction name="actionRedo"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
@@ -265,8 +267,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>222</width>
- <height>978</height>
+ <width>221</width>
+ <height>956</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
@@ -1213,6 +1215,16 @@
<string>Terminate</string>
</property>
</action>
+ <action name="actionUndo">
+ <property name="text">
+ <string>Undo</string>
+ </property>
+ </action>
+ <action name="actionRedo">
+ <property name="text">
+ <string>Redo</string>
+ </property>
+ </action>
</widget>
<resources/>
<connections/>