Remove "empty main" checkbox.
[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>459</width>
10     <height>246</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" stretch="1,0">
23    <item>
24     <widget class="QSplitter" name="splitter">
25      <property name="orientation">
26       <enum>Qt::Horizontal</enum>
27      </property>
28      <widget class="QListWidget" name="cpuList">
29       <property name="maximumSize">
30        <size>
31         <width>150</width>
32         <height>16777215</height>
33        </size>
34       </property>
35      </widget>
36      <widget class="QLabel" name="descriptionLabel">
37       <property name="text">
38        <string>Select a CPU from the list...</string>
39       </property>
40      </widget>
41     </widget>
42    </item>
43    <item>
44     <layout class="QHBoxLayout" name="horizontalLayout">
45      <item>
46       <widget class="QLabel" name="frequencyLabel">
47        <property name="text">
48         <string>CPU frequency</string>
49        </property>
50        <property name="buddy">
51         <cstring>frequencySpinBox</cstring>
52        </property>
53       </widget>
54      </item>
55      <item>
56       <widget class="QDoubleSpinBox" name="frequencySpinBox">
57        <property name="suffix">
58         <string>Hz</string>
59        </property>
60        <property name="decimals">
61         <number>0</number>
62        </property>
63        <property name="minimum">
64         <double>1.000000000000000</double>
65        </property>
66        <property name="maximum">
67         <double>1000000000.000000000000000</double>
68        </property>
69        <property name="singleStep">
70         <double>1000.000000000000000</double>
71        </property>
72       </widget>
73      </item>
74     </layout>
75    </item>
76   </layout>
77  </widget>
78  <resources/>
79  <connections/>
80 </ui>