| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>PartGui::CrossSections</class> | |
| <widget class="QDialog" name="PartGui::CrossSections"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>235</width> | |
| <height>240</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string>Cross Sections</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout_4"> | |
| <item row="0" column="0"> | |
| <widget class="QGroupBox" name="planeBox"> | |
| <property name="title"> | |
| <string>Guiding Plane</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout"> | |
| <item row="0" column="0"> | |
| <widget class="QRadioButton" name="xyPlane"> | |
| <property name="text"> | |
| <string>XY</string> | |
| </property> | |
| <property name="checked"> | |
| <bool>true</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="0" column="1"> | |
| <widget class="QRadioButton" name="xzPlane"> | |
| <property name="text"> | |
| <string>XZ</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="0" column="2"> | |
| <widget class="QRadioButton" name="yzPlane"> | |
| <property name="text"> | |
| <string>YZ</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0" colspan="3"> | |
| <layout class="QHBoxLayout" name="horizontalLayout"> | |
| <item> | |
| <widget class="QLabel" name="label"> | |
| <property name="text"> | |
| <string>Position</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="Gui::QuantitySpinBox" name="position"> | |
| <property name="unit" stdset="0"> | |
| <string notr="true">mm</string> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QGroupBox" name="sectionsBox"> | |
| <property name="title"> | |
| <string>Sections</string> | |
| </property> | |
| <property name="checkable"> | |
| <bool>true</bool> | |
| </property> | |
| <property name="checked"> | |
| <bool>false</bool> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout_3"> | |
| <item row="0" column="0"> | |
| <widget class="QCheckBox" name="checkBothSides"> | |
| <property name="text"> | |
| <string>On both sides</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <layout class="QGridLayout" name="gridLayout_2"> | |
| <item row="0" column="0"> | |
| <widget class="QLabel" name="label_3"> | |
| <property name="text"> | |
| <string>Count</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="0" column="1"> | |
| <widget class="QSpinBox" name="countSections"> | |
| <property name="minimum"> | |
| <number>1</number> | |
| </property> | |
| <property name="maximum"> | |
| <number>2000000</number> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QLabel" name="label_2"> | |
| <property name="text"> | |
| <string>Distance</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="1"> | |
| <widget class="Gui::QuantitySpinBox" name="distance"> | |
| <property name="unit" stdset="0"> | |
| <string notr="true">mm</string> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| <customwidgets> | |
| <customwidget> | |
| <class>Gui::QuantitySpinBox</class> | |
| <extends>QWidget</extends> | |
| <header>Gui/QuantitySpinBox.h</header> | |
| </customwidget> | |
| </customwidgets> | |
| <tabstops> | |
| <tabstop>xyPlane</tabstop> | |
| <tabstop>xzPlane</tabstop> | |
| <tabstop>yzPlane</tabstop> | |
| <tabstop>position</tabstop> | |
| <tabstop>sectionsBox</tabstop> | |
| <tabstop>checkBothSides</tabstop> | |
| <tabstop>countSections</tabstop> | |
| <tabstop>distance</tabstop> | |
| </tabstops> | |
| <resources/> | |
| <connections/> | |
| </ui> | |