Initial help window support, show sudo errors.
[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>699</width>
10     <height>619</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="text">
34              <string>Minimum CPU speed:</string>
35             </property>
36            </widget>
37           </item>
38           <item row="0" column="1">
39            <widget class="QLabel" name="freq_min">
40             <property name="text">
41              <string>Unknown</string>
42             </property>
43            </widget>
44           </item>
45           <item row="1" column="0">
46            <widget class="QLabel" name="label_2">
47             <property name="text">
48              <string>Maximum CPU speed:</string>
49             </property>
50            </widget>
51           </item>
52           <item row="1" column="1">
53            <widget class="QLabel" name="freq_max">
54             <property name="text">
55              <string>Unknown</string>
56             </property>
57            </widget>
58           </item>
59           <item row="2" column="0">
60            <widget class="QLabel" name="label_4">
61             <property name="text">
62              <string>Current scaling governor:</string>
63             </property>
64            </widget>
65           </item>
66           <item row="2" column="1">
67            <widget class="QLabel" name="freq_governor">
68             <property name="text">
69              <string>Unknown</string>
70             </property>
71            </widget>
72           </item>
73           <item row="3" column="0">
74            <widget class="QLabel" name="label_6">
75             <property name="text">
76              <string>Current CPU temperature:</string>
77             </property>
78            </widget>
79           </item>
80           <item row="3" column="1">
81            <widget class="QLabel" name="cpu_temp">
82             <property name="text">
83              <string>Unknown</string>
84             </property>
85            </widget>
86           </item>
87           <item row="4" column="0">
88            <widget class="QLabel" name="label_5">
89             <property name="sizePolicy">
90              <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
91               <horstretch>0</horstretch>
92               <verstretch>0</verstretch>
93              </sizepolicy>
94             </property>
95             <property name="text">
96              <string>SmartReflex™:</string>
97             </property>
98            </widget>
99           </item>
100           <item row="4" column="1">
101            <widget class="QCheckBox" name="sr_box">
102             <property name="sizePolicy">
103              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
104               <horstretch>0</horstretch>
105               <verstretch>0</verstretch>
106              </sizepolicy>
107             </property>
108             <property name="text">
109              <string>Enable SR</string>
110             </property>
111            </widget>
112           </item>
113          </layout>
114         </item>
115         <item>
116          <layout class="QVBoxLayout" name="verticalLayout_2">
117           <item>
118            <spacer name="verticalSpacer_3">
119             <property name="orientation">
120              <enum>Qt::Vertical</enum>
121             </property>
122             <property name="sizeHint" stdset="0">
123              <size>
124               <width>20</width>
125               <height>40</height>
126              </size>
127             </property>
128            </spacer>
129           </item>
130           <item>
131            <widget class="QGraphicsView" name="graphicsLandscape">
132             <property name="sizePolicy">
133              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
134               <horstretch>0</horstretch>
135               <verstretch>0</verstretch>
136              </sizepolicy>
137             </property>
138             <property name="minimumSize">
139              <size>
140               <width>0</width>
141               <height>0</height>
142              </size>
143             </property>
144             <property name="maximumSize">
145              <size>
146               <width>128</width>
147               <height>128</height>
148              </size>
149             </property>
150             <property name="baseSize">
151              <size>
152               <width>0</width>
153               <height>0</height>
154              </size>
155             </property>
156             <property name="autoFillBackground">
157              <bool>false</bool>
158             </property>
159             <property name="styleSheet">
160              <string notr="true">background: transparent;</string>
161             </property>
162             <property name="frameShape">
163              <enum>QFrame::NoFrame</enum>
164             </property>
165             <property name="lineWidth">
166              <number>0</number>
167             </property>
168             <property name="verticalScrollBarPolicy">
169              <enum>Qt::ScrollBarAlwaysOff</enum>
170             </property>
171             <property name="horizontalScrollBarPolicy">
172              <enum>Qt::ScrollBarAlwaysOff</enum>
173             </property>
174             <property name="interactive">
175              <bool>true</bool>
176             </property>
177            </widget>
178           </item>
179           <item>
180            <spacer name="verticalSpacer_2">
181             <property name="orientation">
182              <enum>Qt::Vertical</enum>
183             </property>
184             <property name="sizeHint" stdset="0">
185              <size>
186               <width>20</width>
187               <height>18</height>
188              </size>
189             </property>
190            </spacer>
191           </item>
192          </layout>
193         </item>
194        </layout>
195       </item>
196       <item>
197        <spacer name="verticalSpacer_4">
198         <property name="orientation">
199          <enum>Qt::Vertical</enum>
200         </property>
201         <property name="sizeHint" stdset="0">
202          <size>
203           <width>20</width>
204           <height>40</height>
205          </size>
206         </property>
207        </spacer>
208       </item>
209       <item>
210        <layout class="QHBoxLayout" name="horizontalLayout_2">
211         <item>
212          <spacer name="horizontalSpacer">
213           <property name="orientation">
214            <enum>Qt::Horizontal</enum>
215           </property>
216           <property name="sizeHint" stdset="0">
217            <size>
218             <width>40</width>
219             <height>20</height>
220            </size>
221           </property>
222          </spacer>
223         </item>
224         <item>
225          <widget class="QGraphicsView" name="graphicsPortrait">
226           <property name="sizePolicy">
227            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
228             <horstretch>0</horstretch>
229             <verstretch>0</verstretch>
230            </sizepolicy>
231           </property>
232           <property name="minimumSize">
233            <size>
234             <width>0</width>
235             <height>0</height>
236            </size>
237           </property>
238           <property name="maximumSize">
239            <size>
240             <width>128</width>
241             <height>128</height>
242            </size>
243           </property>
244           <property name="baseSize">
245            <size>
246             <width>0</width>
247             <height>0</height>
248            </size>
249           </property>
250           <property name="autoFillBackground">
251            <bool>false</bool>
252           </property>
253           <property name="styleSheet">
254            <string notr="true">background: transparent;</string>
255           </property>
256           <property name="frameShape">
257            <enum>QFrame::NoFrame</enum>
258           </property>
259           <property name="lineWidth">
260            <number>0</number>
261           </property>
262           <property name="verticalScrollBarPolicy">
263            <enum>Qt::ScrollBarAlwaysOff</enum>
264           </property>
265           <property name="horizontalScrollBarPolicy">
266            <enum>Qt::ScrollBarAlwaysOff</enum>
267           </property>
268           <property name="interactive">
269            <bool>true</bool>
270           </property>
271          </widget>
272         </item>
273         <item>
274          <spacer name="horizontalSpacer_2">
275           <property name="orientation">
276            <enum>Qt::Horizontal</enum>
277           </property>
278           <property name="sizeHint" stdset="0">
279            <size>
280             <width>40</width>
281             <height>20</height>
282            </size>
283           </property>
284          </spacer>
285         </item>
286        </layout>
287       </item>
288       <item>
289        <spacer name="verticalSpacer">
290         <property name="orientation">
291          <enum>Qt::Vertical</enum>
292         </property>
293         <property name="sizeHint" stdset="0">
294          <size>
295           <width>20</width>
296           <height>68</height>
297          </size>
298         </property>
299        </spacer>
300       </item>
301       <item>
302        <layout class="QVBoxLayout" name="verticalLayout">
303         <item>
304          <widget class="QLabel" name="label_3">
305           <property name="text">
306            <string>Set maximum CPU frequency:</string>
307           </property>
308          </widget>
309         </item>
310         <item>
311          <widget class="QSlider" name="freq_adjust">
312           <property name="orientation">
313            <enum>Qt::Horizontal</enum>
314           </property>
315          </widget>
316         </item>
317        </layout>
318       </item>
319      </layout>
320     </item>
321    </layout>
322   </widget>
323   <widget class="QMenuBar" name="menuBar">
324    <property name="geometry">
325     <rect>
326      <x>0</x>
327      <y>0</y>
328      <width>699</width>
329      <height>21</height>
330     </rect>
331    </property>
332    <widget class="QMenu" name="menuFile">
333     <property name="title">
334      <string>File</string>
335     </property>
336     <addaction name="actionHelp"/>
337     <addaction name="actionAbout"/>
338    </widget>
339    <addaction name="menuFile"/>
340   </widget>
341   <action name="actionAbout">
342    <property name="text">
343     <string>About</string>
344    </property>
345   </action>
346   <action name="actionHelp">
347    <property name="text">
348     <string>Help</string>
349    </property>
350   </action>
351  </widget>
352  <layoutdefault spacing="6" margin="11"/>
353  <resources/>
354  <connections/>
355 </ui>