framework/UI/InsertTaskCreator.ui
Mathias Hauan Arbo d7e368c6c4 First commit
2018-01-15 14:35:59 +01:00

262 lines
5.4 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="SelectButton">
<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="TaskLabelField">
<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="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>