Initial commit
[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>616</width>
10     <height>469</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_2">
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          </layout>
70         </item>
71         <item>
72          <spacer name="horizontalSpacer">
73           <property name="orientation">
74            <enum>Qt::Horizontal</enum>
75           </property>
76           <property name="sizeHint" stdset="0">
77            <size>
78             <width>40</width>
79             <height>20</height>
80            </size>
81           </property>
82          </spacer>
83         </item>
84        </layout>
85       </item>
86       <item>
87        <spacer name="verticalSpacer">
88         <property name="orientation">
89          <enum>Qt::Vertical</enum>
90         </property>
91         <property name="sizeHint" stdset="0">
92          <size>
93           <width>20</width>
94           <height>40</height>
95          </size>
96         </property>
97        </spacer>
98       </item>
99       <item>
100        <layout class="QVBoxLayout" name="verticalLayout">
101         <item>
102          <widget class="QLabel" name="label_3">
103           <property name="text">
104            <string>Set maximum CPU frequency:</string>
105           </property>
106          </widget>
107         </item>
108         <item>
109          <widget class="QSlider" name="freq_adjust">
110           <property name="orientation">
111            <enum>Qt::Horizontal</enum>
112           </property>
113          </widget>
114         </item>
115        </layout>
116       </item>
117      </layout>
118     </item>
119    </layout>
120   </widget>
121   <widget class="QMenuBar" name="menuBar">
122    <property name="geometry">
123     <rect>
124      <x>0</x>
125      <y>0</y>
126      <width>616</width>
127      <height>21</height>
128     </rect>
129    </property>
130    <widget class="QMenu" name="menuFile">
131     <property name="title">
132      <string>File</string>
133     </property>
134     <addaction name="actionAbout"/>
135    </widget>
136    <addaction name="menuFile"/>
137   </widget>
138   <action name="actionAbout">
139    <property name="text">
140     <string>About</string>
141    </property>
142   </action>
143  </widget>
144  <layoutdefault spacing="6" margin="11"/>
145  <resources/>
146  <connections/>
147 </ui>