Fixed file mode for source and data files
[qcpufreq] / src / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>469</width>
10     <height>636</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>QCPUFreq</string>
15   </property>
16   <property name="windowIcon">
17    <iconset>
18     <normaloff>data/64x64/qcpufreq.png</normaloff>data/64x64/qcpufreq.png</iconset>
19   </property>
20   <property name="locale">
21    <locale language="English" country="UnitedStates"/>
22   </property>
23   <widget class="QWidget" name="centralWidget">
24    <layout class="QGridLayout" name="gridLayout_2">
25     <item row="0" column="0">
26      <layout class="QVBoxLayout" name="verticalLayout_3">
27       <item>
28        <layout class="QHBoxLayout" name="horizontalLayout">
29         <item>
30          <layout class="QGridLayout" name="gridLayout">
31           <item row="0" column="0">
32            <widget class="QLabel" name="label">
33             <property name="font">
34              <font>
35               <weight>75</weight>
36               <bold>true</bold>
37              </font>
38             </property>
39             <property name="text">
40              <string>Minimum CPU speed:</string>
41             </property>
42            </widget>
43           </item>
44           <item row="0" column="1">
45            <widget class="QLabel" name="freq_min">
46             <property name="text">
47              <string>Unknown</string>
48             </property>
49            </widget>
50           </item>
51           <item row="1" column="0">
52            <widget class="QLabel" name="label_2">
53             <property name="font">
54              <font>
55               <weight>75</weight>
56               <bold>true</bold>
57              </font>
58             </property>
59             <property name="text">
60              <string>Maximum CPU speed:</string>
61             </property>
62            </widget>
63           </item>
64           <item row="1" column="1">
65            <widget class="QLabel" name="freq_max">
66             <property name="text">
67              <string>Unknown</string>
68             </property>
69            </widget>
70           </item>
71           <item row="2" column="0">
72            <widget class="QLabel" name="label_4">
73             <property name="font">
74              <font>
75               <weight>75</weight>
76               <bold>true</bold>
77              </font>
78             </property>
79             <property name="text">
80              <string>Scaling governor:</string>
81             </property>
82            </widget>
83           </item>
84           <item row="2" column="1">
85            <widget class="QLabel" name="freq_governor">
86             <property name="text">
87              <string>Unknown</string>
88             </property>
89            </widget>
90           </item>
91           <item row="3" column="0">
92            <widget class="QLabel" name="label_6">
93             <property name="font">
94              <font>
95               <weight>75</weight>
96               <bold>true</bold>
97              </font>
98             </property>
99             <property name="text">
100              <string>CPU temperature:</string>
101             </property>
102            </widget>
103           </item>
104           <item row="3" column="1">
105            <widget class="QLabel" name="cpu_temp">
106             <property name="text">
107              <string>Unknown</string>
108             </property>
109            </widget>
110           </item>
111           <item row="4" column="0">
112            <widget class="QLabel" name="label_5">
113             <property name="sizePolicy">
114              <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
115               <horstretch>0</horstretch>
116               <verstretch>0</verstretch>
117              </sizepolicy>
118             </property>
119             <property name="font">
120              <font>
121               <weight>75</weight>
122               <bold>true</bold>
123              </font>
124             </property>
125             <property name="text">
126              <string>SmartReflex™:</string>
127             </property>
128            </widget>
129           </item>
130           <item row="4" column="1">
131            <widget class="QCheckBox" name="sr_box">
132             <property name="sizePolicy">
133              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
134               <horstretch>0</horstretch>
135               <verstretch>0</verstretch>
136              </sizepolicy>
137             </property>
138             <property name="text">
139              <string>Enable</string>
140             </property>
141            </widget>
142           </item>
143          </layout>
144         </item>
145         <item>
146          <layout class="QVBoxLayout" name="verticalLayout_2">
147           <item>
148            <spacer name="verticalSpacer_3">
149             <property name="orientation">
150              <enum>Qt::Vertical</enum>
151             </property>
152             <property name="sizeHint" stdset="0">
153              <size>
154               <width>20</width>
155               <height>40</height>
156              </size>
157             </property>
158            </spacer>
159           </item>
160           <item>
161            <widget class="QGraphicsView" name="graphicsLandscape">
162             <property name="sizePolicy">
163              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
164               <horstretch>0</horstretch>
165               <verstretch>0</verstretch>
166              </sizepolicy>
167             </property>
168             <property name="minimumSize">
169              <size>
170               <width>0</width>
171               <height>0</height>
172              </size>
173             </property>
174             <property name="maximumSize">
175              <size>
176               <width>128</width>
177               <height>128</height>
178              </size>
179             </property>
180             <property name="baseSize">
181              <size>
182               <width>0</width>
183               <height>0</height>
184              </size>
185             </property>
186             <property name="autoFillBackground">
187              <bool>false</bool>
188             </property>
189             <property name="styleSheet">
190              <string notr="true">background: transparent;</string>
191             </property>
192             <property name="frameShape">
193              <enum>QFrame::NoFrame</enum>
194             </property>
195             <property name="lineWidth">
196              <number>0</number>
197             </property>
198             <property name="verticalScrollBarPolicy">
199              <enum>Qt::ScrollBarAlwaysOff</enum>
200             </property>
201             <property name="horizontalScrollBarPolicy">
202              <enum>Qt::ScrollBarAlwaysOff</enum>
203             </property>
204             <property name="interactive">
205              <bool>true</bool>
206             </property>
207            </widget>
208           </item>
209           <item>
210            <spacer name="verticalSpacer_2">
211             <property name="orientation">
212              <enum>Qt::Vertical</enum>
213             </property>
214             <property name="sizeHint" stdset="0">
215              <size>
216               <width>20</width>
217               <height>18</height>
218              </size>
219             </property>
220            </spacer>
221           </item>
222          </layout>
223         </item>
224        </layout>
225       </item>
226       <item>
227        <spacer name="verticalSpacer_4">
228         <property name="orientation">
229          <enum>Qt::Vertical</enum>
230         </property>
231         <property name="sizeHint" stdset="0">
232          <size>
233           <width>20</width>
234           <height>40</height>
235          </size>
236         </property>
237        </spacer>
238       </item>
239       <item>
240        <layout class="QHBoxLayout" name="horizontalLayout_2">
241         <item>
242          <spacer name="horizontalSpacer">
243           <property name="orientation">
244            <enum>Qt::Horizontal</enum>
245           </property>
246           <property name="sizeHint" stdset="0">
247            <size>
248             <width>40</width>
249             <height>20</height>
250            </size>
251           </property>
252          </spacer>
253         </item>
254         <item>
255          <widget class="QGraphicsView" name="graphicsPortrait">
256           <property name="sizePolicy">
257            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
258             <horstretch>0</horstretch>
259             <verstretch>0</verstretch>
260            </sizepolicy>
261           </property>
262           <property name="minimumSize">
263            <size>
264             <width>0</width>
265             <height>0</height>
266            </size>
267           </property>
268           <property name="maximumSize">
269            <size>
270             <width>128</width>
271             <height>128</height>
272            </size>
273           </property>
274           <property name="baseSize">
275            <size>
276             <width>0</width>
277             <height>0</height>
278            </size>
279           </property>
280           <property name="autoFillBackground">
281            <bool>false</bool>
282           </property>
283           <property name="styleSheet">
284            <string notr="true">background: transparent;</string>
285           </property>
286           <property name="frameShape">
287            <enum>QFrame::NoFrame</enum>
288           </property>
289           <property name="lineWidth">
290            <number>0</number>
291           </property>
292           <property name="verticalScrollBarPolicy">
293            <enum>Qt::ScrollBarAlwaysOff</enum>
294           </property>
295           <property name="horizontalScrollBarPolicy">
296            <enum>Qt::ScrollBarAlwaysOff</enum>
297           </property>
298           <property name="interactive">
299            <bool>true</bool>
300           </property>
301          </widget>
302         </item>
303         <item>
304          <spacer name="horizontalSpacer_2">
305           <property name="orientation">
306            <enum>Qt::Horizontal</enum>
307           </property>
308           <property name="sizeHint" stdset="0">
309            <size>
310             <width>40</width>
311             <height>20</height>
312            </size>
313           </property>
314          </spacer>
315         </item>
316        </layout>
317       </item>
318       <item>
319        <spacer name="verticalSpacer">
320         <property name="orientation">
321          <enum>Qt::Vertical</enum>
322         </property>
323         <property name="sizeHint" stdset="0">
324          <size>
325           <width>20</width>
326           <height>68</height>
327          </size>
328         </property>
329        </spacer>
330       </item>
331       <item>
332        <layout class="QVBoxLayout" name="verticalLayout">
333         <item>
334          <widget class="QLabel" name="label_3">
335           <property name="text">
336            <string>Set maximum CPU frequency:</string>
337           </property>
338          </widget>
339         </item>
340         <item>
341          <widget class="QSlider" name="freq_adjust">
342           <property name="orientation">
343            <enum>Qt::Horizontal</enum>
344           </property>
345          </widget>
346         </item>
347        </layout>
348       </item>
349      </layout>
350     </item>
351    </layout>
352   </widget>
353   <widget class="QMenuBar" name="menuBar">
354    <property name="geometry">
355     <rect>
356      <x>0</x>
357      <y>0</y>
358      <width>469</width>
359      <height>21</height>
360     </rect>
361    </property>
362    <widget class="QMenu" name="menuFile">
363     <property name="title">
364      <string>File</string>
365     </property>
366     <addaction name="actionHelp"/>
367     <addaction name="actionAbout"/>
368    </widget>
369    <addaction name="menuFile"/>
370   </widget>
371   <action name="actionAbout">
372    <property name="text">
373     <string>About</string>
374    </property>
375   </action>
376   <action name="actionHelp">
377    <property name="text">
378     <string>Help</string>
379    </property>
380   </action>
381  </widget>
382  <layoutdefault spacing="6" margin="11"/>
383  <resources/>
384  <connections/>
385 </ui>