401 lines
8.5 KiB
XML
401 lines
8.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Dialog</class>
|
|
<widget class="QDialog" name="Dialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>323</width>
|
|
<height>325</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>316</width>
|
|
<height>325</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QLabel" name="TaskLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>71</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Task Label</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="PushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>290</y>
|
|
<width>161</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Get from selection</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>20</y>
|
|
<width>211</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="HoleLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>31</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Hole</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="PegLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>130</y>
|
|
<width>31</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Peg</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="HolePartLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>70</y>
|
|
<width>41</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Part:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="HoleFaceLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>90</y>
|
|
<width>41</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Face:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="PegPartLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>150</y>
|
|
<width>41</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Part:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="PegFaceLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>170</y>
|
|
<width>41</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Face:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="HolePartField">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>70</y>
|
|
<width>231</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PartLabel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="HoleFaceIDField">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>90</y>
|
|
<width>231</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>FaceID</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="PegFaceIDField">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>170</y>
|
|
<width>231</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>FaceID</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="PegPartField">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>150</y>
|
|
<width>231</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>PartLabel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="HoleFeatureSummary">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>110</y>
|
|
<width>231</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Feature Description</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="HoleFeatureLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>110</y>
|
|
<width>61</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Feature:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="PegFeatureSummary">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>190</y>
|
|
<width>231</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Feature Description</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="PegFeatureLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>190</y>
|
|
<width>61</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Feature:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="YLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>250</y>
|
|
<width>16</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>y</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>YBox</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="XLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>230</y>
|
|
<width>16</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>x</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>XBox</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="ZLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>270</y>
|
|
<width>16</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>z</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>ZBox</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDoubleSpinBox" name="YBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>250</y>
|
|
<width>61</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>offset in part frame z direction</string>
|
|
</property>
|
|
<property name="suffix">
|
|
<string/>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>-1.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>1.000000000000000</double>
|
|
</property>
|
|
<property name="singleStep">
|
|
<double>0.100000000000000</double>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDoubleSpinBox" name="XBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>230</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Offset in part frame x direction</string>
|
|
</property>
|
|
<property name="suffix">
|
|
<string/>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>-1.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>1.000000000000000</double>
|
|
</property>
|
|
<property name="singleStep">
|
|
<double>0.100000000000000</double>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDoubleSpinBox" name="ZBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>270</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>offset in part frame z direction</string>
|
|
</property>
|
|
<property name="suffix">
|
|
<string/>
|
|
</property>
|
|
<property name="decimals">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="minimum">
|
|
<double>-1.000000000000000</double>
|
|
</property>
|
|
<property name="maximum">
|
|
<double>1.000000000000000</double>
|
|
</property>
|
|
<property name="singleStep">
|
|
<double>0.100000000000000</double>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="AssemblyAxisLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>210</y>
|
|
<width>121</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Assembly Axis</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="AnimateButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>290</y>
|
|
<width>131</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Animate</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|