diff options
Diffstat (limited to 'main.ui')
-rw-r--r-- | main.ui | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -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/> |