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

520 lines
12 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>299</width>
<height>292</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>299</width>
<height>292</height>
</size>
</property>
<property name="windowTitle">
<string>Part Frame Creator</string>
</property>
<widget class="QDoubleSpinBox" name="XBox">
<property name="geometry">
<rect>
<x>52</x>
<y>85</y>
<width>103</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>Offset in part frame x direction</string>
</property>
<property name="suffix">
<string> mm</string>
</property>
<property name="minimum">
<double>-1000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
</property>
</widget>
<widget class="QDoubleSpinBox" name="YBox">
<property name="geometry">
<rect>
<x>52</x>
<y>118</y>
<width>103</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>offset in part frame z direction</string>
</property>
<property name="suffix">
<string> mm</string>
</property>
<property name="minimum">
<double>-1000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
</property>
</widget>
<widget class="QDoubleSpinBox" name="ZBox">
<property name="geometry">
<rect>
<x>52</x>
<y>151</y>
<width>103</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>offset in part frame z direction</string>
</property>
<property name="suffix">
<string> mm</string>
</property>
<property name="decimals">
<number>2</number>
</property>
<property name="minimum">
<double>-1000.000000000000000</double>
</property>
<property name="maximum">
<double>1000.000000000000000</double>
</property>
</widget>
<widget class="QLabel" name="XLabel">
<property name="geometry">
<rect>
<x>9</x>
<y>85</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="YLabel">
<property name="geometry">
<rect>
<x>9</x>
<y>118</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="ZLabel">
<property name="geometry">
<rect>
<x>9</x>
<y>151</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="QLabel" name="RollLabel">
<property name="geometry">
<rect>
<x>161</x>
<y>85</y>
<width>24</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>roll offset from part frame</string>
</property>
<property name="text">
<string>roll</string>
</property>
<property name="buddy">
<cstring>RollBox</cstring>
</property>
</widget>
<widget class="QLabel" name="PitchLabel">
<property name="geometry">
<rect>
<x>161</x>
<y>118</y>
<width>35</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>pitch offset from part frame</string>
</property>
<property name="text">
<string>pitch</string>
</property>
<property name="buddy">
<cstring>PitchBox</cstring>
</property>
</widget>
<widget class="QLabel" name="YawLabel">
<property name="geometry">
<rect>
<x>161</x>
<y>151</y>
<width>29</width>
<height>17</height>
</rect>
</property>
<property name="toolTip">
<string>yaw offset from part frame</string>
</property>
<property name="text">
<string>yaw</string>
</property>
<property name="buddy">
<cstring>YawBox</cstring>
</property>
</widget>
<widget class="QDoubleSpinBox" name="RollBox">
<property name="geometry">
<rect>
<x>228</x>
<y>85</y>
<width>61</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>roll offset from part frame</string>
</property>
<property name="suffix">
<string>°</string>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
<widget class="QDoubleSpinBox" name="PitchBox">
<property name="geometry">
<rect>
<x>228</x>
<y>118</y>
<width>61</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>pitch offset from part frame</string>
</property>
<property name="suffix">
<string>°</string>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
<widget class="QDoubleSpinBox" name="YawBox">
<property name="geometry">
<rect>
<x>228</x>
<y>151</y>
<width>61</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>yaw offset from part frame</string>
</property>
<property name="suffix">
<string>°</string>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
<widget class="QPlainTextEdit" name="FrameLabelField">
<property name="geometry">
<rect>
<x>94</x>
<y>9</y>
<width>195</width>
<height>31</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Label of the frame</string>
</property>
<property name="statusTip">
<string>Label of the new frame</string>
</property>
<property name="whatsThis">
<string>Label of the new frame, must be unique</string>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
<widget class="QLabel" name="FrameLabelLabel">
<property name="geometry">
<rect>
<x>9</x>
<y>9</y>
<width>79</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Frame label</string>
</property>
</widget>
<widget class="QLabel" name="OffsetLabel">
<property name="geometry">
<rect>
<x>9</x>
<y>48</y>
<width>281</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string>Define an offset from the part frame if needed</string>
</property>
<property name="text">
<string>Offset from part frame</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="ScaleLabel">
<property name="geometry">
<rect>
<x>160</x>
<y>180</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>Scale of the axis arrows</string>
</property>
<property name="statusTip">
<string>Scale of the axis arrows</string>
</property>
<property name="whatsThis">
<string>Scale of the axis arrows</string>
</property>
<property name="text">
<string>Axis scale</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QDoubleSpinBox" name="ScaleBox">
<property name="geometry">
<rect>
<x>230</x>
<y>180</y>
<width>60</width>
<height>27</height>
</rect>
</property>
<property name="toolTip">
<string>Scale of the axis arrows</string>
</property>
<property name="statusTip">
<string>Scale of the axis arrows</string>
</property>
<property name="whatsThis">
<string>Scale of the axis arrows</string>
</property>
<property name="minimum">
<double>0.100000000000000</double>
</property>
<property name="maximum">
<double>2.000000000000000</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
<property name="value">
<double>0.110000000000000</double>
</property>
</widget>
<widget class="QLabel" name="OptionsLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<width>66</width>
<height>31</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>Options</string>
</property>
<property name="buddy">
<cstring>OptionsBox</cstring>
</property>
</widget>
<widget class="QComboBox" name="OptionsBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>210</x>
<y>220</y>
<width>78</width>
<height>27</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
</widget>
<widget class="QDoubleSpinBox" name="UBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>100</x>
<y>250</y>
<width>62</width>
<height>27</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
</widget>
<widget class="QDoubleSpinBox" name="VBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>220</x>
<y>250</y>
<width>62</width>
<height>27</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="ULabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>80</x>
<y>250</y>
<width>16</width>
<height>31</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>u</string>
</property>
<property name="buddy">
<cstring>UBox</cstring>
</property>
</widget>
<widget class="QLabel" name="VLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>200</x>
<y>250</y>
<width>16</width>
<height>31</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>v</string>
</property>
<property name="buddy">
<cstring>VBox</cstring>
</property>
</widget>
<widget class="QLabel" name="CoordsLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>256</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>Coords:</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>