Fix some warnings in lwip bertos implementation
[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             <property name="alignment">
58              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
59             </property>
60            </widget>
61           </item>
62          </layout>
63         </widget>
64        </item>
65       </layout>
66      </item>
67     </layout>
68    </item>
69    <item>
70     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1">
71      <item>
72       <widget class="QLabel" name="frequencyLabel">
73        <property name="text">
74         <string>CPU frequency:</string>
75        </property>
76        <property name="buddy">
77         <cstring>frequencySpinBox</cstring>
78        </property>
79       </widget>
80      </item>
81      <item>
82       <widget class="QDoubleSpinBox" name="frequencySpinBox">
83        <property name="suffix">
84         <string>Hz</string>
85        </property>
86        <property name="decimals">
87         <number>0</number>
88        </property>
89        <property name="minimum">
90         <double>1.000000000000000</double>
91        </property>
92        <property name="maximum">
93         <double>1000000000.000000000000000</double>
94        </property>
95        <property name="singleStep">
96         <double>1000.000000000000000</double>
97        </property>
98       </widget>
99      </item>
100      <item>
101       <spacer name="horizontalSpacer">
102        <property name="orientation">
103         <enum>Qt::Horizontal</enum>
104        </property>
105        <property name="sizeHint" stdset="0">
106         <size>
107          <width>40</width>
108          <height>20</height>
109         </size>
110        </property>
111       </spacer>
112      </item>
113     </layout>
114    </item>
115   </layout>
116  </widget>
117  <resources/>
118  <connections/>
119 </ui>