build fix
[cpufrequi] / 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>294</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>cpufreqUI</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QTabWidget" name="tabWidget">
20       <property name="enabled">
21        <bool>true</bool>
22       </property>
23       <property name="locale">
24        <locale language="English" country="UnitedStates"/>
25       </property>
26       <property name="currentIndex">
27        <number>0</number>
28       </property>
29       <widget class="QWidget" name="tabCPU">
30        <attribute name="title">
31         <string>CPU</string>
32        </attribute>
33        <layout class="QVBoxLayout" name="verticalLayout_2">
34         <item>
35          <layout class="QFormLayout" name="formLayout_2">
36           <property name="fieldGrowthPolicy">
37            <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
38           </property>
39           <item row="0" column="0">
40            <widget class="QLabel" name="labelCPU">
41             <property name="locale">
42              <locale language="English" country="UnitedStates"/>
43             </property>
44             <property name="text">
45              <string>CPU</string>
46             </property>
47            </widget>
48           </item>
49           <item row="0" column="1">
50            <widget class="QComboBox" name="comboBoxCPU">
51             <property name="locale">
52              <locale language="English" country="UnitedStates"/>
53             </property>
54            </widget>
55           </item>
56           <item row="1" column="0">
57            <widget class="QLabel" name="labelCPUGovernor">
58             <property name="locale">
59              <locale language="English" country="UnitedStates"/>
60             </property>
61             <property name="text">
62              <string>Governor</string>
63             </property>
64            </widget>
65           </item>
66           <item row="1" column="1">
67            <widget class="QComboBox" name="comboBoxCPUGovernor">
68             <property name="locale">
69              <locale language="English" country="UnitedStates"/>
70             </property>
71            </widget>
72           </item>
73           <item row="2" column="0">
74            <widget class="QLabel" name="labelCPUFreq">
75             <property name="locale">
76              <locale language="English" country="UnitedStates"/>
77             </property>
78             <property name="text">
79              <string>Frequency</string>
80             </property>
81            </widget>
82           </item>
83           <item row="3" column="0">
84            <widget class="QLabel" name="labelUpThreshold">
85             <property name="locale">
86              <locale language="English" country="UnitedStates"/>
87             </property>
88             <property name="text">
89              <string>Up threshold</string>
90             </property>
91            </widget>
92           </item>
93           <item row="3" column="1">
94            <widget class="QLineEdit" name="lineEditUpThreshold">
95             <property name="locale">
96              <locale language="English" country="UnitedStates"/>
97             </property>
98            </widget>
99           </item>
100           <item row="4" column="0">
101            <widget class="QLabel" name="labelSamplingRate">
102             <property name="locale">
103              <locale language="English" country="UnitedStates"/>
104             </property>
105             <property name="text">
106              <string>Sampling rate</string>
107             </property>
108            </widget>
109           </item>
110           <item row="4" column="1">
111            <widget class="QLineEdit" name="lineEditSamplingRate">
112             <property name="locale">
113              <locale language="English" country="UnitedStates"/>
114             </property>
115            </widget>
116           </item>
117           <item row="5" column="0">
118            <widget class="QCheckBox" name="checkBoxIgnoreNiceLoad">
119             <property name="locale">
120              <locale language="English" country="UnitedStates"/>
121             </property>
122             <property name="text">
123              <string>Ignore nice load</string>
124             </property>
125            </widget>
126           </item>
127           <item row="5" column="1">
128            <widget class="QCheckBox" name="checkBoxSmartReflex">
129             <property name="locale">
130              <locale language="English" country="UnitedStates"/>
131             </property>
132             <property name="text">
133              <string>SmartReflex</string>
134             </property>
135            </widget>
136           </item>
137           <item row="2" column="1">
138            <widget class="QComboBox" name="comboBoxCPUFreq">
139             <property name="locale">
140              <locale language="English" country="UnitedStates"/>
141             </property>
142            </widget>
143           </item>
144          </layout>
145         </item>
146         <item>
147          <spacer name="verticalSpacer">
148           <property name="locale">
149            <locale language="English" country="UnitedStates"/>
150           </property>
151           <property name="orientation">
152            <enum>Qt::Vertical</enum>
153           </property>
154           <property name="sizeHint" stdset="0">
155            <size>
156             <width>20</width>
157             <height>1</height>
158            </size>
159           </property>
160          </spacer>
161         </item>
162         <item>
163          <layout class="QHBoxLayout" name="horizontalLayout_2">
164           <item>
165            <widget class="QPushButton" name="pushButtonApply">
166             <property name="locale">
167              <locale language="English" country="UnitedStates"/>
168             </property>
169             <property name="text">
170              <string>Apply</string>
171             </property>
172            </widget>
173           </item>
174           <item>
175            <widget class="QPushButton" name="pushButtonClear">
176             <property name="locale">
177              <locale language="English" country="UnitedStates"/>
178             </property>
179             <property name="text">
180              <string>Clear</string>
181             </property>
182            </widget>
183           </item>
184          </layout>
185         </item>
186        </layout>
187       </widget>
188       <widget class="QWidget" name="tabStatus">
189        <attribute name="title">
190         <string>Status</string>
191        </attribute>
192        <layout class="QVBoxLayout" name="verticalLayout_3">
193         <item>
194          <widget class="QLabel" name="labelTimeInStates">
195           <property name="text">
196            <string>time_in_state</string>
197           </property>
198          </widget>
199         </item>
200         <item>
201          <widget class="QLabel" name="labelTemperature">
202           <property name="text">
203            <string>Temperature:</string>
204           </property>
205          </widget>
206         </item>
207         <item>
208          <spacer name="verticalSpacer_2">
209           <property name="orientation">
210            <enum>Qt::Vertical</enum>
211           </property>
212           <property name="sizeHint" stdset="0">
213            <size>
214             <width>20</width>
215             <height>147</height>
216            </size>
217           </property>
218          </spacer>
219         </item>
220         <item>
221          <layout class="QHBoxLayout" name="horizontalLayout">
222           <item>
223            <widget class="QPushButton" name="pushButtonAbout">
224             <property name="text">
225              <string>About</string>
226             </property>
227            </widget>
228           </item>
229           <item>
230            <widget class="QPushButton" name="pushButtonRefresh">
231             <property name="text">
232              <string>Refresh</string>
233             </property>
234            </widget>
235           </item>
236          </layout>
237         </item>
238        </layout>
239       </widget>
240      </widget>
241     </item>
242    </layout>
243   </widget>
244  </widget>
245  <layoutdefault spacing="6" margin="11"/>
246  <resources/>
247  <connections/>
248 </ui>