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.h | |
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.h')
-rw-r--r-- | MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index f1539f0..3c45658 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -77,6 +77,7 @@ private slots: void editUncomment(); void pasteViewportTranslation(); void pasteViewportRotation(); + void hideEditor(); private slots: void actionReloadCompile(); @@ -117,6 +118,7 @@ public slots: void viewCenter(); void viewPerspective(); void viewOrthogonal(); + void hideConsole(); void animateUpdateDocChanged(); void animateUpdate(); void dragEnterEvent(QDragEnterEvent *event); |