209 lines
5.3 KiB
XML
209 lines
5.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>TaskFemConstraint</class>
|
|
<widget class="QWidget" name="TaskFemConstraint">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>300</width>
|
|
<height>377</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QComboBox" name="comboType"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="buttonReference">
|
|
<property name="text">
|
|
<string>Add reference</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QListWidget" name="listReferences"/>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layoutForce">
|
|
<item>
|
|
<widget class="QLabel" name="labelForce">
|
|
<property name="text">
|
|
<string>Load [N]</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="spinForce">
|
|
<property name="minimum">
|
|
<double>-99999.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>99999.000000000000000</double>
|
|
</property>
|
|
<property name="value">
|
|
<double>500.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layoutDistance_2">
|
|
<item>
|
|
<widget class="QLabel" name="labelDiameter">
|
|
<property name="text">
|
|
<string>Diameter</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="spinDiameter">
|
|
<property name="decimals">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>-99999.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>99999.000000000000000</double>
|
|
</property>
|
|
<property name="value">
|
|
<double>100.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layoutDistance_3">
|
|
<item>
|
|
<widget class="QLabel" name="labelOtherDia">
|
|
<property name="text">
|
|
<string>Other diameter</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="spinOtherDia">
|
|
<property name="decimals">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>-99999.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>99999.000000000000000</double>
|
|
</property>
|
|
<property name="value">
|
|
<double>200.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layoutDistance_4">
|
|
<item>
|
|
<widget class="QLabel" name="labelCenterDistance">
|
|
<property name="text">
|
|
<string>Center distance</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="spinCenterDistance">
|
|
<property name="minimum">
|
|
<double>-99999.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>99999.000000000000000</double>
|
|
</property>
|
|
<property name="value">
|
|
<double>500.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layoutDirection">
|
|
<item>
|
|
<widget class="QPushButton" name="buttonDirection">
|
|
<property name="text">
|
|
<string>Direction</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="lineDirection"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkReverse">
|
|
<property name="text">
|
|
<string>Reverse direction</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layoutLocation">
|
|
<item>
|
|
<widget class="QPushButton" name="buttonLocation">
|
|
<property name="text">
|
|
<string>Location</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="lineLocation"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="layoutDistance">
|
|
<item>
|
|
<widget class="QLabel" name="labelDistance">
|
|
<property name="text">
|
|
<string>Distance</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDoubleSpinBox" name="spinDistance">
|
|
<property name="minimum">
|
|
<double>-99999.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>99999.000000000000000</double>
|
|
</property>
|
|
<property name="value">
|
|
<double>10.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>17</width>
|
|
<height>56</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|