not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kwin / effects / diminactive_config.ui
blob28f3393dc8a35a75a31a71724de5a86375330e66
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>249</width>
9     <height>120</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <item row="1" column="0" colspan="3" >
14     <widget class="QCheckBox" name="checkPanel" >
15      <property name="text" >
16       <string>Apply effect to &amp;panels</string>
17      </property>
18     </widget>
19    </item>
20    <item row="2" column="0" colspan="3" >
21     <widget class="QCheckBox" name="checkDesktop" >
22      <property name="text" >
23       <string>Apply effect to the desk&amp;top</string>
24      </property>
25     </widget>
26    </item>
27    <item row="3" column="0" colspan="3" >
28     <widget class="QCheckBox" name="checkGroup" >
29      <property name="text" >
30       <string>Apply effect to &amp;groups</string>
31      </property>
32     </widget>
33    </item>
34    <item row="0" column="0" >
35     <widget class="QLabel" name="label" >
36      <property name="text" >
37       <string>&amp;Strength:</string>
38      </property>
39      <property name="buddy" >
40       <cstring>spinStrength</cstring>
41      </property>
42     </widget>
43    </item>
44    <item row="0" column="1" >
45     <widget class="QSlider" name="sliderStrength" >
46      <property name="minimumSize" >
47       <size>
48        <width>120</width>
49        <height>0</height>
50       </size>
51      </property>
52      <property name="minimum" >
53       <number>1</number>
54      </property>
55      <property name="maximum" >
56       <number>100</number>
57      </property>
58      <property name="value" >
59       <number>25</number>
60      </property>
61      <property name="orientation" >
62       <enum>Qt::Horizontal</enum>
63      </property>
64     </widget>
65    </item>
66    <item row="0" column="2" >
67     <widget class="QSpinBox" name="spinStrength" >
68      <property name="minimum" >
69       <number>1</number>
70      </property>
71      <property name="maximum" >
72       <number>100</number>
73      </property>
74      <property name="value" >
75       <number>25</number>
76      </property>
77     </widget>
78    </item>
79    <item row="4" column="0" colspan="3" >
80     <spacer name="verticalSpacer" >
81      <property name="orientation" >
82       <enum>Qt::Vertical</enum>
83      </property>
84      <property name="sizeHint" stdset="0" >
85       <size>
86        <width>20</width>
87        <height>0</height>
88       </size>
89      </property>
90     </spacer>
91    </item>
92   </layout>
93  </widget>
94  <tabstops>
95   <tabstop>sliderStrength</tabstop>
96   <tabstop>spinStrength</tabstop>
97   <tabstop>checkPanel</tabstop>
98   <tabstop>checkDesktop</tabstop>
99   <tabstop>checkGroup</tabstop>
100  </tabstops>
101  <resources/>
102  <connections>
103   <connection>
104    <sender>spinStrength</sender>
105    <signal>valueChanged(int)</signal>
106    <receiver>sliderStrength</receiver>
107    <slot>setValue(int)</slot>
108    <hints>
109     <hint type="sourcelabel" >
110      <x>193</x>
111      <y>52</y>
112     </hint>
113     <hint type="destinationlabel" >
114      <x>128</x>
115      <y>46</y>
116     </hint>
117    </hints>
118   </connection>
119   <connection>
120    <sender>sliderStrength</sender>
121    <signal>valueChanged(int)</signal>
122    <receiver>spinStrength</receiver>
123    <slot>setValue(int)</slot>
124    <hints>
125     <hint type="sourcelabel" >
126      <x>69</x>
127      <y>45</y>
128     </hint>
129     <hint type="destinationlabel" >
130      <x>200</x>
131      <y>42</y>
132     </hint>
133    </hints>
134   </connection>
135  </connections>
136 </ui>