diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-09 13:27:05 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-09 13:27:05 (GMT) |
commit | 3e8e5fa925814c847f6778b5ff1fc9606a99ade0 (patch) | |
tree | 2c3f576bdc910c97600af95768deebc961924dfc /src/MainWindow.ui | |
parent | 4750ae35cb68c4cd77c9aaf25c1dcf3995920f37 (diff) |
Clifford Wolf:
Added "Design -> Automatic Reload and Compile"
(for use with external editor)
git-svn-id: http://svn.clifford.at/openscad/trunk@540 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/MainWindow.ui')
-rw-r--r-- | src/MainWindow.ui | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/MainWindow.ui b/src/MainWindow.ui index 03f8e2d..f61d240 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -23,7 +23,7 @@ <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <widget class="Editor" name="editor"> + <widget class="Editor" name="editor" native="true"> <property name="font"> <font> <family>Monaco</family> @@ -168,6 +168,7 @@ <property name="title"> <string>&Design</string> </property> + <addaction name="designActionAutoReload"/> <addaction name="designActionReloadAndCompile"/> <addaction name="designActionCompile"/> <addaction name="designActionCompileAndRender"/> @@ -642,6 +643,14 @@ <string>OpenSCAD Homepage</string> </property> </action> + <action name="designActionAutoReload"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>Automatic Reload and Compile</string> + </property> + </action> </widget> <customwidgets> <customwidget> @@ -650,6 +659,11 @@ <header>GLView.h</header> <container>1</container> </customwidget> + <customwidget> + <class>Editor</class> + <extends>QWidget</extends> + <header>editor.h</header> + </customwidget> </customwidgets> <resources> <include location="../openscad.qrc"/> |