AccelCalibrationConfig.ui 1.32 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>AccelCalibrationConfig</class>
 <widget class="QWidget" name="AccelCalibrationConfig">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>576</width>
    <height>354</height>
11 12 13 14 15 16 17 18
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <widget class="QLabel" name="label">
   <property name="geometry">
    <rect>
19 20
     <x>10</x>
     <y>0</y>
21 22 23 24 25 26 27 28 29 30 31
     <width>231</width>
     <height>31</height>
    </rect>
   </property>
   <property name="text">
    <string>&lt;h2&gt;Accelerometer Calibration&lt;/h2&gt;</string>
   </property>
   <property name="scaledContents">
    <bool>false</bool>
   </property>
  </widget>
32 33 34
  <widget class="QPushButton" name="calibrateAccelButton">
   <property name="geometry">
    <rect>
35 36
     <x>70</x>
     <y>160</y>
37 38
     <width>111</width>
     <height>41</height>
39 40 41 42 43 44 45
    </rect>
   </property>
   <property name="text">
    <string>Calibrate
Accelerometer</string>
   </property>
  </widget>
46
  <widget class="QLabel" name="outputLabel">
47 48
   <property name="geometry">
    <rect>
49 50
     <x>20</x>
     <y>50</y>
51 52
     <width>311</width>
     <height>101</height>
53 54 55 56 57 58
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
59 60 61 62
 </widget>
 <resources/>
 <connections/>
</ui>