Shorter calibration time in accelerometer.cpp
[speedfreak] / Client / calibratedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CalibrateDialog</class>
4  <widget class="QDialog" name="CalibrateDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>150</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QProgressBar" name="progressBar">
17    <property name="geometry">
18     <rect>
19      <x>50</x>
20      <y>40</y>
21      <width>681</width>
22      <height>71</height>
23     </rect>
24    </property>
25    <property name="styleSheet">
26     <string notr="true">color: rgb(255, 255, 255);
27 selection-color: rgb(0, 0, 255);</string>
28    </property>
29    <property name="maximum">
30     <number>1024</number>
31    </property>
32    <property name="value">
33     <number>0</number>
34    </property>
35   </widget>
36  </widget>
37  <resources/>
38  <connections/>
39 </ui>