summaryrefslogtreecommitdiff
path: root/MainWindow.ui
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-30 04:26:05 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-30 04:26:05 (GMT)
commit191dc4857c852f1867e80cd9d03a6d1c0921dcb1 (patch)
tree4a6421d50eb6cf70924fc0ba06afccf10df00650 /MainWindow.ui
parent6940d171812565209efe679a5d923417c3f47d4a (diff)
header file reorg
git-svn-id: http://svn.clifford.at/openscad/trunk@365 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'MainWindow.ui')
-rw-r--r--MainWindow.ui675
1 files changed, 0 insertions, 675 deletions
diff --git a/MainWindow.ui b/MainWindow.ui
deleted file mode 100644
index 656e908..0000000
--- a/MainWindow.ui
+++ /dev/null
@@ -1,675 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>681</width>
- <height>647</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="QSplitter" name="splitter1">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <widget class="QTextEdit" name="editor">
- <property name="font">
- <font>
- <family>Monaco</family>
- <pointsize>8</pointsize>
- </font>
- </property>
- <property name="tabStopWidth">
- <number>30</number>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::LinksAccessibleByMouse|Qt::TextEditable|Qt::TextEditorInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
- </property>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QSplitter" name="splitter2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <widget class="GLView" name="screen" native="true"/>
- <widget class="QTextEdit" name="console"/>
- </widget>
- </item>
- <item>
- <widget class="QFrame" name="animate_panel">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="frameShape">
- <enum>QFrame::NoFrame</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <property name="lineWidth">
- <number>0</number>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Time:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="e_tval"/>
- </item>
- <item>
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>FPS:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="e_fps"/>
- </item>
- <item>
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Steps:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="e_fsteps"/>
- </item>
- <item>
- <widget class="QCheckBox" name="e_dump">
- <property name="text">
- <string>Dump Pictures</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>681</width>
- <height>22</height>
- </rect>
- </property>
- <widget class="QMenu" name="menu_File">
- <property name="title">
- <string>&amp;File</string>
- </property>
- <widget class="QMenu" name="menuOpenRecent">
- <property name="title">
- <string>Open Recent</string>
- </property>
- </widget>
- <widget class="QMenu" name="menuExamples">
- <property name="title">
- <string>Examples</string>
- </property>
- </widget>
- <addaction name="fileActionNew"/>
- <addaction name="fileActionOpen"/>
- <addaction name="menuOpenRecent"/>
- <addaction name="menuExamples"/>
- <addaction name="separator"/>
- <addaction name="fileActionClose"/>
- <addaction name="fileActionSave"/>
- <addaction name="fileActionSaveAs"/>
- <addaction name="fileActionReload"/>
- <addaction name="fileActionQuit"/>
- </widget>
- <widget class="QMenu" name="menu_Edit">
- <property name="title">
- <string>&amp;Edit</string>
- </property>
- <addaction name="editActionUndo"/>
- <addaction name="editActionRedo"/>
- <addaction name="separator"/>
- <addaction name="editActionCut"/>
- <addaction name="editActionCopy"/>
- <addaction name="editActionPaste"/>
- <addaction name="separator"/>
- <addaction name="editActionIndent"/>
- <addaction name="editActionUnindent"/>
- <addaction name="separator"/>
- <addaction name="editActionComment"/>
- <addaction name="editActionUncomment"/>
- <addaction name="separator"/>
- <addaction name="editActionPasteVPT"/>
- <addaction name="editActionPasteVPR"/>
- <addaction name="separator"/>
- <addaction name="editActionZoomIn"/>
- <addaction name="editActionZoomOut"/>
- <addaction name="editActionPreferences"/>
- </widget>
- <widget class="QMenu" name="menu_Design">
- <property name="title">
- <string>&amp;Design</string>
- </property>
- <addaction name="designActionReloadAndCompile"/>
- <addaction name="designActionCompile"/>
- <addaction name="designActionCompileAndRender"/>
- <addaction name="designActionDisplayAST"/>
- <addaction name="designActionDisplayCSGTree"/>
- <addaction name="designActionDisplayCSGProducts"/>
- <addaction name="designActionExportSTL"/>
- <addaction name="designActionExportOFF"/>
- <addaction name="designActionExportDXF"/>
- <addaction name="designActionFlushCaches"/>
- </widget>
- <widget class="QMenu" name="menu_View">
- <property name="title">
- <string>&amp;View</string>
- </property>
- <addaction name="viewActionOpenCSG"/>
- <addaction name="viewActionCGALSurfaces"/>
- <addaction name="viewActionCGALGrid"/>
- <addaction name="viewActionThrownTogether"/>
- <addaction name="separator"/>
- <addaction name="viewActionShowEdges"/>
- <addaction name="viewActionShowAxes"/>
- <addaction name="viewActionShowCrosshairs"/>
- <addaction name="viewActionAnimate"/>
- <addaction name="separator"/>
- <addaction name="viewActionTop"/>
- <addaction name="viewActionBottom"/>
- <addaction name="viewActionLeft"/>
- <addaction name="viewActionRight"/>
- <addaction name="viewActionFront"/>
- <addaction name="viewActionBack"/>
- <addaction name="viewActionDiagonal"/>
- <addaction name="viewActionCenter"/>
- <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">
- <string>Help</string>
- </property>
- <addaction name="helpActionAbout"/>
- <addaction name="helpActionManual"/>
- </widget>
- <addaction name="menu_File"/>
- <addaction name="menu_Edit"/>
- <addaction name="menu_Design"/>
- <addaction name="menu_View"/>
- <addaction name="menuHelp"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="fileActionNew">
- <property name="text">
- <string>&amp;New</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+N</string>
- </property>
- </action>
- <action name="fileActionOpen">
- <property name="text">
- <string>&amp;Open...</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+O</string>
- </property>
- </action>
- <action name="fileActionSave">
- <property name="text">
- <string>&amp;Save</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+S</string>
- </property>
- </action>
- <action name="fileActionSaveAs">
- <property name="text">
- <string>Save &amp;As...</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Shift+S</string>
- </property>
- </action>
- <action name="fileActionReload">
- <property name="text">
- <string>&amp;Reload</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+R</string>
- </property>
- </action>
- <action name="fileActionQuit">
- <property name="text">
- <string>&amp;Quit</string>
- </property>
- </action>
- <action name="editActionUndo">
- <property name="text">
- <string>&amp;Undo</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Z</string>
- </property>
- </action>
- <action name="editActionRedo">
- <property name="text">
- <string>&amp;Redo</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Shift+Z</string>
- </property>
- </action>
- <action name="editActionCut">
- <property name="text">
- <string>Cu&amp;t</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+X</string>
- </property>
- </action>
- <action name="editActionCopy">
- <property name="text">
- <string>&amp;Copy</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+C</string>
- </property>
- </action>
- <action name="editActionPaste">
- <property name="text">
- <string>&amp;Paste</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+V</string>
- </property>
- </action>
- <action name="editActionIndent">
- <property name="text">
- <string>&amp;Indent</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+I</string>
- </property>
- </action>
- <action name="editActionUnindent">
- <property name="text">
- <string>U&amp;nindent</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Shift+I</string>
- </property>
- </action>
- <action name="editActionComment">
- <property name="text">
- <string>C&amp;omment</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+D</string>
- </property>
- </action>
- <action name="editActionUncomment">
- <property name="text">
- <string>Unco&amp;mment</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Shift+D</string>
- </property>
- </action>
- <action name="editActionPasteVPT">
- <property name="text">
- <string>Paste viewport translation</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+T</string>
- </property>
- </action>
- <action name="editActionPasteVPR">
- <property name="text">
- <string>Paste viewport rotation</string>
- </property>
- </action>
- <action name="editActionZoomIn">
- <property name="text">
- <string>Zoom In</string>
- </property>
- <property name="shortcut">
- <string>Ctrl++</string>
- </property>
- </action>
- <action name="editActionZoomOut">
- <property name="text">
- <string>Zoom Out</string>
- </property>
- <property name="shortcut">
- <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>&amp;Reload and Compile</string>
- </property>
- <property name="shortcut">
- <string>F4</string>
- </property>
- </action>
- <action name="designActionCompile">
- <property name="text">
- <string>&amp;Compile</string>
- </property>
- <property name="shortcut">
- <string>F5</string>
- </property>
- </action>
- <action name="designActionCompileAndRender">
- <property name="text">
- <string>Compile and &amp;Render (CGAL)</string>
- </property>
- <property name="shortcut">
- <string>F6</string>
- </property>
- </action>
- <action name="designActionDisplayAST">
- <property name="text">
- <string>Display &amp;AST...</string>
- </property>
- </action>
- <action name="designActionDisplayCSGTree">
- <property name="text">
- <string>Display CSG &amp;Tree...</string>
- </property>
- </action>
- <action name="designActionDisplayCSGProducts">
- <property name="text">
- <string>Display CSG &amp;Products...</string>
- </property>
- </action>
- <action name="designActionExportSTL">
- <property name="text">
- <string>Export as &amp;STL...</string>
- </property>
- </action>
- <action name="designActionExportOFF">
- <property name="text">
- <string>Export as &amp;OFF...</string>
- </property>
- </action>
- <action name="viewActionOpenCSG">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>OpenCSG</string>
- </property>
- <property name="shortcut">
- <string>F9</string>
- </property>
- </action>
- <action name="viewActionCGALSurfaces">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>CGAL Surfaces</string>
- </property>
- <property name="shortcut">
- <string>F10</string>
- </property>
- </action>
- <action name="viewActionCGALGrid">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>CGAL Grid Only</string>
- </property>
- <property name="shortcut">
- <string>F11</string>
- </property>
- </action>
- <action name="viewActionThrownTogether">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Thrown Together</string>
- </property>
- <property name="shortcut">
- <string>F12</string>
- </property>
- </action>
- <action name="viewActionShowEdges">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Show Edges</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+1</string>
- </property>
- </action>
- <action name="viewActionShowAxes">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Show Axes</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+2</string>
- </property>
- </action>
- <action name="viewActionShowCrosshairs">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Show Crosshairs</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+3</string>
- </property>
- </action>
- <action name="viewActionAnimate">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Animate</string>
- </property>
- </action>
- <action name="viewActionTop">
- <property name="text">
- <string>Top</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+4</string>
- </property>
- </action>
- <action name="viewActionBottom">
- <property name="text">
- <string>Bottom</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+5</string>
- </property>
- </action>
- <action name="viewActionLeft">
- <property name="text">
- <string>Left</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+6</string>
- </property>
- </action>
- <action name="viewActionRight">
- <property name="text">
- <string>Right</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+7</string>
- </property>
- </action>
- <action name="viewActionFront">
- <property name="text">
- <string>Front</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+8</string>
- </property>
- </action>
- <action name="viewActionBack">
- <property name="text">
- <string>Back</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+9</string>
- </property>
- </action>
- <action name="viewActionDiagonal">
- <property name="text">
- <string>Diagonal</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+0</string>
- </property>
- </action>
- <action name="viewActionCenter">
- <property name="text">
- <string>Center</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+P</string>
- </property>
- </action>
- <action name="viewActionPerspective">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Perspective</string>
- </property>
- </action>
- <action name="viewActionOrthogonal">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <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>
- </property>
- </action>
- <action name="helpActionManual">
- <property name="text">
- <string>OpenSCAD Manual</string>
- </property>
- </action>
- <action name="fileActionClearRecent">
- <property name="text">
- <string>Clear Recent</string>
- </property>
- </action>
- <action name="designActionExportDXF">
- <property name="text">
- <string>Export as DXF...</string>
- </property>
- </action>
- <action name="fileActionClose">
- <property name="text">
- <string>Close</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+W</string>
- </property>
- </action>
- <action name="editActionPreferences">
- <property name="text">
- <string>Preferences</string>
- </property>
- </action>
- <action name="designActionFlushCaches">
- <property name="text">
- <string>Flush Caches</string>
- </property>
- </action>
- </widget>
- <customwidgets>
- <customwidget>
- <class>GLView</class>
- <extends>QWidget</extends>
- <header>GLView.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources>
- <include location="openscad.qrc"/>
- </resources>
- <connections>
- <connection>
- <sender>fileActionClose</sender>
- <signal>triggered()</signal>
- <receiver>MainWindow</receiver>
- <slot>close()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>-1</x>
- <y>-1</y>
- </hint>
- <hint type="destinationlabel">
- <x>340</x>
- <y>323</y>
- </hint>
- </hints>
- </connection>
- </connections>
-</ui>
contact: Jan Huwald // Impressum