diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-20 12:48:32 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-20 12:48:32 (GMT) |
commit | d59e817381285fe03bad310de9789651e0663028 (patch) | |
tree | e405e4434a383cb04afa49e186bf4294c748fef9 /MainWindow.ui | |
parent | cb147a8b82af998b641e5845d4dfad7ded908314 (diff) |
James Vasile:
Hide/show editor and console
git-svn-id: http://svn.clifford.at/openscad/trunk@183 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'MainWindow.ui')
-rw-r--r-- | MainWindow.ui | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/MainWindow.ui b/MainWindow.ui index d1fd76c..6eda078 100644 --- a/MainWindow.ui +++ b/MainWindow.ui @@ -98,7 +98,7 @@ <x>0</x> <y>0</y> <width>681</width> - <height>22</height> + <height>25</height> </rect> </property> <widget class="QMenu" name="menu_File"> @@ -179,6 +179,9 @@ <addaction name="separator"/> <addaction name="viewActionPerspective"/> <addaction name="viewActionOrthogonal"/> + <addaction name="separator"/> + <addaction name="editActionHide"/> + <addaction name="viewActionHide"/> </widget> <widget class="QMenu" name="menuHelp"> <property name="title"> @@ -340,6 +343,14 @@ <string>Ctrl+-</string> </property> </action> + <action name="editActionHide"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>Hide editor</string> + </property> + </action> <action name="designActionReloadAndCompile"> <property name="text"> <string>&Reload and Compile</string> @@ -554,6 +565,14 @@ <string>Orthogonal</string> </property> </action> + <action name="viewActionHide"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>Hide console</string> + </property> + </action> <action name="helpActionAbout"> <property name="text"> <string>About</string> |