1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AxisSettings</class>
4 <widget class="QWidget" name="AxisSettings">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>154</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QComboBox" name="axisSelection"/>
19   </item>
20   <item>
21    <widget class="QGroupBox" name="axisBox">
22     <property name="title">
23      <string>Axis Settings</string>
24     </property>
25     <layout class="QVBoxLayout" name="verticalLayout_2">
26      <item>
27       <widget class="QCheckBox" name="axisVisibility">
28        <property name="text">
29         <string>Show Axis</string>
30        </property>
31       </widget>
32      </item>
33      <item>
34       <widget class="QCheckBox" name="majorTicks">
35        <property name="enabled">
36         <bool>false</bool>
37        </property>
38        <property name="text">
39         <string>Show Major Ticks</string>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QCheckBox" name="minorTicks">
45        <property name="enabled">
46         <bool>false</bool>
47        </property>
48        <property name="text">
49         <string>Show Minor Ticks</string>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <spacer name="verticalSpacer">
55        <property name="orientation">
56         <enum>Qt::Vertical</enum>
57        </property>
58        <property name="sizeHint" stdset="0">
59         <size>
60          <width>20</width>
61          <height>40</height>
62         </size>
63        </property>
64       </spacer>
65      </item>
66     </layout>
67    </widget>
68   </item>
69  </layout>
70 </widget>
71 <resources/>
72 <connections/>
73</ui>
74