New release: 0.4.4
[qcpufreq] / src / loadpreset.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LoadPreset</class>
4  <widget class="QDialog" name="LoadPreset">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>451</width>
10     <height>88</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Load preset</string>
15   </property>
16   <property name="locale">
17    <locale language="English" country="UnitedStates"/>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <widget class="QPushButton" name="loadDefault">
22      <property name="text">
23       <string>Default</string>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="1">
28     <widget class="QPushButton" name="loadIdeal">
29      <property name="text">
30       <string>Ideal</string>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="0">
35     <widget class="QPushButton" name="loadLV">
36      <property name="text">
37       <string>LV</string>
38      </property>
39     </widget>
40    </item>
41    <item row="1" column="1">
42     <widget class="QPushButton" name="loadULV">
43      <property name="text">
44       <string>ULV</string>
45      </property>
46     </widget>
47    </item>
48    <item row="2" column="0">
49     <widget class="QPushButton" name="loadXLV">
50      <property name="text">
51       <string>XLV</string>
52      </property>
53     </widget>
54    </item>
55    <item row="2" column="1">
56     <widget class="QPushButton" name="loadCustom">
57      <property name="text">
58       <string>Custom</string>
59      </property>
60     </widget>
61    </item>
62   </layout>
63  </widget>
64  <resources/>
65  <connections/>
66 </ui>