Add spinbox for cpu frequency
[bertos.git] / wizard / ui / cpu_select.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Form</class>
4  <widget class="QWidget" name="Form">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>460</width>
10     <height>378</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QListWidget" name="cpuList"/>
25    </item>
26    <item>
27     <widget class="QLabel" name="descriptionLabel">
28      <property name="text">
29       <string/>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <layout class="QHBoxLayout" name="horizontalLayout">
35      <item>
36       <widget class="QLabel" name="frequencyLabel">
37        <property name="text">
38         <string>CPU frequency</string>
39        </property>
40        <property name="buddy">
41         <cstring>frequencySpinBox</cstring>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QDoubleSpinBox" name="frequencySpinBox">
47        <property name="suffix">
48         <string>Hz</string>
49        </property>
50        <property name="decimals">
51         <number>0</number>
52        </property>
53        <property name="minimum">
54         <double>1.000000000000000</double>
55        </property>
56        <property name="maximum">
57         <double>1000000000.000000000000000</double>
58        </property>
59        <property name="singleStep">
60         <double>1000.000000000000000</double>
61        </property>
62       </widget>
63      </item>
64     </layout>
65    </item>
66   </layout>
67  </widget>
68  <resources/>
69  <connections/>
70 </ui>