Add frame around CPU description in BCpuPage.
[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_3">
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_2">
43        <item>
44         <widget class="QFrame" name="frame">
45          <property name="frameShape">
46           <enum>QFrame::StyledPanel</enum>
47          </property>
48          <property name="frameShadow">
49           <enum>QFrame::Raised</enum>
50          </property>
51          <layout class="QVBoxLayout" name="verticalLayout">
52           <item>
53            <widget class="QLabel" name="descriptionLabel">
54             <property name="text">
55              <string>Select a CPU from the list...</string>
56             </property>
57            </widget>
58           </item>
59          </layout>
60         </widget>
61        </item>
62        <item>
63         <spacer name="verticalSpacer">
64          <property name="orientation">
65           <enum>Qt::Vertical</enum>
66          </property>
67          <property name="sizeHint" stdset="0">
68           <size>
69            <width>20</width>
70            <height>40</height>
71           </size>
72          </property>
73         </spacer>
74        </item>
75       </layout>
76      </item>
77     </layout>
78    </item>
79    <item>
80     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1">
81      <item>
82       <widget class="QLabel" name="frequencyLabel">
83        <property name="text">
84         <string>CPU frequency:</string>
85        </property>
86        <property name="buddy">
87         <cstring>frequencySpinBox</cstring>
88        </property>
89       </widget>
90      </item>
91      <item>
92       <widget class="QDoubleSpinBox" name="frequencySpinBox">
93        <property name="suffix">
94         <string>Hz</string>
95        </property>
96        <property name="decimals">
97         <number>0</number>
98        </property>
99        <property name="minimum">
100         <double>1.000000000000000</double>
101        </property>
102        <property name="maximum">
103         <double>1000000000.000000000000000</double>
104        </property>
105        <property name="singleStep">
106         <double>1000.000000000000000</double>
107        </property>
108       </widget>
109      </item>
110      <item>
111       <spacer name="horizontalSpacer">
112        <property name="orientation">
113         <enum>Qt::Horizontal</enum>
114        </property>
115        <property name="sizeHint" stdset="0">
116         <size>
117          <width>40</width>
118          <height>20</height>
119         </size>
120        </property>
121       </spacer>
122      </item>
123     </layout>
124    </item>
125   </layout>
126  </widget>
127  <resources/>
128  <connections/>
129 </ui>