Modify the layout of the two-column pages.
[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>579</width>
10     <height>452</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_2" stretch="1,0">
23    <item>
24     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
25      <item>
26       <widget class="QListWidget" name="cpuList">
27        <property name="minimumSize">
28         <size>
29          <width>200</width>
30          <height>0</height>
31         </size>
32        </property>
33        <property name="maximumSize">
34         <size>
35          <width>200</width>
36          <height>16777215</height>
37         </size>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <layout class="QVBoxLayout" name="verticalLayout">
43        <item>
44         <widget class="QLabel" name="descriptionLabel">
45          <property name="text">
46           <string>Select a CPU from the list...</string>
47          </property>
48         </widget>
49        </item>
50        <item>
51         <spacer name="verticalSpacer">
52          <property name="orientation">
53           <enum>Qt::Vertical</enum>
54          </property>
55          <property name="sizeHint" stdset="0">
56           <size>
57            <width>20</width>
58            <height>40</height>
59           </size>
60          </property>
61         </spacer>
62        </item>
63       </layout>
64      </item>
65     </layout>
66    </item>
67    <item>
68     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1">
69      <item>
70       <widget class="QLabel" name="frequencyLabel">
71        <property name="text">
72         <string>CPU frequency:</string>
73        </property>
74        <property name="buddy">
75         <cstring>frequencySpinBox</cstring>
76        </property>
77       </widget>
78      </item>
79      <item>
80       <widget class="QDoubleSpinBox" name="frequencySpinBox">
81        <property name="suffix">
82         <string>Hz</string>
83        </property>
84        <property name="decimals">
85         <number>0</number>
86        </property>
87        <property name="minimum">
88         <double>1.000000000000000</double>
89        </property>
90        <property name="maximum">
91         <double>1000000000.000000000000000</double>
92        </property>
93        <property name="singleStep">
94         <double>1000.000000000000000</double>
95        </property>
96       </widget>
97      </item>
98      <item>
99       <spacer name="horizontalSpacer">
100        <property name="orientation">
101         <enum>Qt::Horizontal</enum>
102        </property>
103        <property name="sizeHint" stdset="0">
104         <size>
105          <width>40</width>
106          <height>20</height>
107         </size>
108        </property>
109       </spacer>
110      </item>
111     </layout>
112    </item>
113   </layout>
114  </widget>
115  <resources/>
116  <connections/>
117 </ui>