Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / effects / diminactive_config.ui
blob98b5a56b669bec777d7c72356b64b804e8ebe8ba
1 <ui version="4.0" >
2  <class>KWin::DimInactiveEffectConfigForm</class>
3  <widget class="QWidget" name="KWin::DimInactiveEffectConfigForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>250</width>
9     <height>200</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <layout class="QHBoxLayout" >
15      <item>
16       <widget class="QLabel" name="label" >
17        <property name="text" >
18         <string>&amp;Strength:</string>
19        </property>
20        <property name="buddy" >
21         <cstring>spinStrength</cstring>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <widget class="QSlider" name="sliderStrength" >
27        <property name="minimum" >
28         <number>1</number>
29        </property>
30        <property name="maximum" >
31         <number>100</number>
32        </property>
33        <property name="value" >
34         <number>25</number>
35        </property>
36        <property name="orientation" >
37         <enum>Qt::Horizontal</enum>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <widget class="QSpinBox" name="spinStrength" >
43        <property name="minimum" >
44         <number>1</number>
45        </property>
46        <property name="maximum" >
47         <number>100</number>
48        </property>
49        <property name="value" >
50         <number>25</number>
51        </property>
52       </widget>
53      </item>
54     </layout>
55    </item>
56    <item>
57     <widget class="QCheckBox" name="checkPanel" >
58      <property name="text" >
59       <string>Apply effect to &amp;panels</string>
60      </property>
61     </widget>
62    </item>
63    <item>
64     <widget class="QCheckBox" name="checkGroup" >
65      <property name="text" >
66       <string>Apply effect to &amp;groups</string>
67      </property>
68     </widget>
69    </item>
70   </layout>
71  </widget>
72  <resources/>
73  <connections>
74   <connection>
75    <sender>spinStrength</sender>
76    <signal>valueChanged(int)</signal>
77    <receiver>sliderStrength</receiver>
78    <slot>setValue(int)</slot>
79    <hints>
80     <hint type="sourcelabel" >
81      <x>193</x>
82      <y>52</y>
83     </hint>
84     <hint type="destinationlabel" >
85      <x>128</x>
86      <y>46</y>
87     </hint>
88    </hints>
89   </connection>
90   <connection>
91    <sender>sliderStrength</sender>
92    <signal>valueChanged(int)</signal>
93    <receiver>spinStrength</receiver>
94    <slot>setValue(int)</slot>
95    <hints>
96     <hint type="sourcelabel" >
97      <x>69</x>
98      <y>45</y>
99     </hint>
100     <hint type="destinationlabel" >
101      <x>200</x>
102      <y>42</y>
103     </hint>
104    </hints>
105   </connection>
106  </connections>
107 </ui>