diff options
author | lucaszhao19 | 2020-02-05 18:02:20 +0530 |
---|---|---|
committer | lucaszhao19 | 2020-02-05 18:02:20 +0530 |
commit | ae7090629a8beae3064eee7128856d5d3aeaa604 (patch) | |
tree | 939eedc5d96fd17bc5af34bde6524d3e4b3a7cfa /main.ui | |
parent | 38dbff48f57c403abdc575a9cd9d0bbf512bfef6 (diff) | |
parent | 190966e010e321e4df56d40104ec80467a870e53 (diff) | |
download | Chemical-Simulator-GUI-ae7090629a8beae3064eee7128856d5d3aeaa604.tar.gz Chemical-Simulator-GUI-ae7090629a8beae3064eee7128856d5d3aeaa604.tar.bz2 Chemical-Simulator-GUI-ae7090629a8beae3064eee7128856d5d3aeaa604.zip |
Revamped and merged Input/Results DockWidgets, Newly implemented variables for MaterialStream and four UnitOps
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/> |