Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / plasma / applets / battery / batteryConfig.ui
blob0cd284562fce40aa81aad078a42a02219c2f2c93
1 <ui version="4.0" >
2  <class>batteryConfig</class>
3  <widget class="QWidget" name="batteryConfig" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>318</width>
9     <height>144</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Configure Battery Monitor</string>
14   </property>
15   <property name="accessibleName" >
16    <string>Configure Battery Monitor</string>
17   </property>
18   <layout class="QVBoxLayout" >
19    <item>
20     <widget class="QCheckBox" name="showBatteryStringCheckBox" >
21      <property name="toolTip" >
22       <string/>
23      </property>
24      <property name="text" >
25       <string>Show the &amp;charge percentage on the battery</string>
26      </property>
27     </widget>
28    </item>
29    <item>
30     <widget class="QCheckBox" name="showMultipleBatteriesCheckBox" >
31      <property name="toolTip" >
32       <string/>
33      </property>
34      <property name="text" >
35       <string>Show the state for &amp;each battery present</string>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <widget class="QCheckBox" name="drawBackgroundCheckBox" >
41      <property name="toolTip" >
42       <string/>
43      </property>
44      <property name="text" >
45       <string>Always show &amp;background</string>
46      </property>
47     </widget>
48    </item>
49    <item>
50     <widget class="KButtonGroup" name="styleGroup" >
51      <layout class="QVBoxLayout" >
52       <item>
53        <widget class="QRadioButton" name="oxygenBattery" >
54         <property name="text" >
55          <string>Oxygen theme</string>
56         </property>
57         <property name="checked" >
58          <bool>true</bool>
59         </property>
60        </widget>
61       </item>
62       <item>
63        <widget class="QRadioButton" name="classicBattery" >
64         <property name="text" >
65          <string>Classic theme</string>
66         </property>
67        </widget>
68       </item>
69      </layout>
70     </widget>
71    </item>
72   </layout>
73  </widget>
74  <customwidgets>
75   <customwidget>
76    <class>KButtonGroup</class>
77    <extends>QGroupBox</extends>
78    <header>kbuttongroup.h</header>
79    <container>1</container>
80   </customwidget>
81  </customwidgets>
82  <resources/>
83  <connections/>
84 </ui>