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