318 lines
9.0 KiB
XML
318 lines
9.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>Form</class>
|
||
<widget class="QWidget" name="Form">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>560</width>
|
||
<height>766</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Form</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox_2">
|
||
<property name="title">
|
||
<string>Tool</string>
|
||
</property>
|
||
<layout class="QFormLayout" name="formLayout">
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label">
|
||
<property name="text">
|
||
<string>Name</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="toolName">
|
||
<property name="maxLength">
|
||
<number>50</number>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>Display Name</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="text">
|
||
<string>Type</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QComboBox" name="toolType">
|
||
<property name="currentIndex">
|
||
<number>-1</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="text">
|
||
<string>Material</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<widget class="QComboBox" name="toolMaterial"/>
|
||
</item>
|
||
<item row="3" column="0">
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="text">
|
||
<string>Length Offset</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="1">
|
||
<widget class="Gui::InputField" name="toolLengthOffset">
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="paramGeneric">
|
||
<property name="title">
|
||
<string>Tool Parameter</string>
|
||
</property>
|
||
<layout class="QFormLayout" name="formLayout_2">
|
||
<property name="fieldGrowthPolicy">
|
||
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
||
</property>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="text">
|
||
<string>Diameter</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="0">
|
||
<widget class="QLabel" name="label_6">
|
||
<property name="text">
|
||
<string>Flat Radius</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="0">
|
||
<widget class="QLabel" name="label_7">
|
||
<property name="text">
|
||
<string>Corner Radius</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="0">
|
||
<widget class="QLabel" name="label_9">
|
||
<property name="text">
|
||
<string>Point/Tip Angle</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="6" column="0">
|
||
<widget class="QLabel" name="label_8">
|
||
<property name="text">
|
||
<string>Cutting Edge Height</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="Gui::InputField" name="toolDiameter">
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="1">
|
||
<widget class="Gui::InputField" name="toolFlatRadius">
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="1">
|
||
<widget class="Gui::InputField" name="toolCornerRadius">
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="1">
|
||
<widget class="Gui::InputField" name="toolCuttingEdgeAngle">
|
||
<property name="text">
|
||
<string>180°</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>°</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="6" column="1">
|
||
<widget class="Gui::InputField" name="toolCuttingEdgeHeight">
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="paramImage">
|
||
<property name="title">
|
||
<string>Tool Parameter</string>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<widget class="QWidget" name="paramImageParam" native="true">
|
||
<layout class="QFormLayout" name="formLayout_3">
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="label_D">
|
||
<property name="text">
|
||
<string>D = </string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="label_d">
|
||
<property name="text">
|
||
<string>d =</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="0">
|
||
<widget class="QLabel" name="label_H">
|
||
<property name="text">
|
||
<string>H =</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="0">
|
||
<widget class="QLabel" name="label_a">
|
||
<property name="text">
|
||
<string>α = </string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="0">
|
||
<widget class="QLabel" name="label_S">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="text">
|
||
<string>S = </string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="Gui::InputField" name="value_D">
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<widget class="Gui::InputField" name="value_d">
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="1">
|
||
<widget class="Gui::InputField" name="value_H">
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="1">
|
||
<widget class="Gui::InputField" name="value_a">
|
||
<property name="text">
|
||
<string>180°</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>°</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="1">
|
||
<widget class="Gui::InputField" name="value_S">
|
||
<property name="enabled">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="text">
|
||
<string>0.00</string>
|
||
</property>
|
||
<property name="unit" stdset="0">
|
||
<string>mm</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="image">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="text">
|
||
<string>Image</string>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<customwidgets>
|
||
<customwidget>
|
||
<class>Gui::InputField</class>
|
||
<extends>QLineEdit</extends>
|
||
<header>Gui/InputField.h</header>
|
||
</customwidget>
|
||
</customwidgets>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|