| | <?xml version="1.0" encoding="UTF-8"?>
|
| | <ui version="4.0">
|
| | <class>PartDesignGui::TaskDraftParameters</class>
|
| | <widget class="QWidget" name="PartDesignGui::TaskDraftParameters">
|
| | <property name="geometry">
|
| | <rect>
|
| | <x>0</x>
|
| | <y>0</y>
|
| | <width>257</width>
|
| | <height>285</height>
|
| | </rect>
|
| | </property>
|
| | <property name="windowTitle">
|
| | <string notr="true">Form</string>
|
| | </property>
|
| | <layout class="QVBoxLayout" name="verticalLayout">
|
| | <item>
|
| | <widget class="QToolButton" name="buttonRefSel">
|
| | <property name="toolTip">
|
| | <string>Toggles between selection and preview mode</string>
|
| | </property>
|
| | <property name="text">
|
| | <string>Select</string>
|
| | </property>
|
| | <property name="checkable">
|
| | <bool>true</bool>
|
| | </property>
|
| | </widget>
|
| | </item>
|
| | <item>
|
| | <widget class="QListWidget" name="listWidgetReferences">
|
| | <property name="toolTip">
|
| | <string>- select an item to highlight it
|
| | - double-click on an item to see the drafts</string>
|
| | </property>
|
| | <property name="selectionMode">
|
| | <enum>QAbstractItemView::ExtendedSelection</enum>
|
| | </property>
|
| | </widget>
|
| | </item>
|
| | <item>
|
| | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
| | <item>
|
| | <widget class="QLabel" name="label">
|
| | <property name="text">
|
| | <string>Draft angle</string>
|
| | </property>
|
| | </widget>
|
| | </item>
|
| | <item>
|
| | <widget class="Gui::QuantitySpinBox" name="draftAngle">
|
| | <property name="keyboardTracking">
|
| | <bool>false</bool>
|
| | </property>
|
| | <property name="unit" stdset="0">
|
| | <string notr="true">deg</string>
|
| | </property>
|
| | <property name="minimum">
|
| | <double>0.000000000000000</double>
|
| | </property>
|
| | <property name="maximum">
|
| | <double>89.999999999999986</double>
|
| | </property>
|
| | <property name="singleStep">
|
| | <double>1.000000000000000</double>
|
| | </property>
|
| | <property name="value">
|
| | <double>10.000000000000000</double>
|
| | </property>
|
| | </widget>
|
| | </item>
|
| | </layout>
|
| | </item>
|
| | <item>
|
| | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
| | <item>
|
| | <widget class="QToolButton" name="buttonPlane">
|
| | <property name="text">
|
| | <string>Neutral Plane</string>
|
| | </property>
|
| | <property name="checkable">
|
| | <bool>true</bool>
|
| | </property>
|
| | </widget>
|
| | </item>
|
| | <item>
|
| | <widget class="QLineEdit" name="linePlane"/>
|
| | </item>
|
| | </layout>
|
| | </item>
|
| | <item>
|
| | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
| | <item>
|
| | <widget class="QToolButton" name="buttonLine">
|
| | <property name="text">
|
| | <string>Pull Direction</string>
|
| | </property>
|
| | <property name="checkable">
|
| | <bool>true</bool>
|
| | </property>
|
| | </widget>
|
| | </item>
|
| | <item>
|
| | <widget class="QLineEdit" name="lineLine"/>
|
| | </item>
|
| | </layout>
|
| | </item>
|
| | <item>
|
| | <widget class="QCheckBox" name="checkReverse">
|
| | <property name="text">
|
| | <string>Reverse pull direction</string>
|
| | </property>
|
| | </widget>
|
| | </item>
|
| | </layout>
|
| | <zorder>buttonRefSel</zorder>
|
| | <zorder>checkReverse</zorder>
|
| | <zorder>listWidgetReferences</zorder>
|
| | </widget>
|
| | <customwidgets>
|
| | <customwidget>
|
| | <class>Gui::QuantitySpinBox</class>
|
| | <extends>QWidget</extends>
|
| | <header>Gui/QuantitySpinBox.h</header>
|
| | </customwidget>
|
| | </customwidgets>
|
| | <tabstops>
|
| | <tabstop>buttonRefSel</tabstop>
|
| | <tabstop>listWidgetReferences</tabstop>
|
| | <tabstop>draftAngle</tabstop>
|
| | <tabstop>buttonPlane</tabstop>
|
| | <tabstop>linePlane</tabstop>
|
| | <tabstop>buttonLine</tabstop>
|
| | <tabstop>lineLine</tabstop>
|
| | <tabstop>checkReverse</tabstop>
|
| | </tabstops>
|
| | <resources/>
|
| | <connections/>
|
| | </ui>
|
| |
|