FreeCAD/src/Mod/Part/Gui/TaskOffset.ui
2012-11-26 21:10:09 +01:00

156 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PartGui::TaskOffset</class>
<widget class="QWidget" name="PartGui::TaskOffset">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>264</width>
<height>244</height>
</rect>
</property>
<property name="windowTitle">
<string>Offset</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="labelOffset">
<property name="text">
<string>Offset</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QDoubleSpinBox" name="spinOffset"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Mode</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QComboBox" name="modeType">
<item>
<property name="text">
<string>Skin</string>
</property>
</item>
<item>
<property name="text">
<string>Pipe</string>
</property>
</item>
<item>
<property name="text">
<string>RectoVerso</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Join type</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QComboBox" name="joinType">
<item>
<property name="text">
<string>Arc</string>
</property>
</item>
<item>
<property name="text">
<string>Tangent</string>
</property>
</item>
<item>
<property name="text">
<string>Intersection</string>
</property>
</item>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="intersection">
<property name="text">
<string>Intersection</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="selfIntersection">
<property name="text">
<string>Self-intersection</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="fillOffset">
<property name="text">
<string>Fill offset</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="3">
<widget class="QLabel" name="labelFaces">
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QPushButton" name="facesButton">
<property name="text">
<string>Faces</string>
</property>
</widget>
</item>
<item row="7" column="1" colspan="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>152</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="8" column="0" colspan="3">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QCheckBox" name="updateView">
<property name="text">
<string>Update view</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>spinOffset</tabstop>
<tabstop>modeType</tabstop>
<tabstop>joinType</tabstop>
<tabstop>intersection</tabstop>
<tabstop>selfIntersection</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>