add more spacing
[personal-kdebase.git] / workspace / kwin / effects / boxswitch_config.ui
blob86b519d182054cc97e658d5ad5a29afdc613d9e4
1 <ui version="4.0" >
2  <class>KWin::BoxSwitchEffectConfigForm</class>
3  <widget class="QWidget" name="KWin::BoxSwitchEffectConfigForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>213</width>
9     <height>110</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <item row="0" column="0" colspan="2" >
14     <widget class="QLabel" name="label" >
15      <property name="text" >
16       <string>Background window &amp;opacity:</string>
17      </property>
18      <property name="buddy" >
19       <cstring>opacitySpin</cstring>
20      </property>
21     </widget>
22    </item>
23    <item row="2" column="0" colspan="2" >
24     <widget class="QCheckBox" name="elevateBox" >
25      <property name="text" >
26       <string>&amp;Elevate selected window</string>
27      </property>
28     </widget>
29    </item>
30    <item row="3" column="0" colspan="2" >
31     <widget class="QCheckBox" name="animateBox" >
32      <property name="text" >
33       <string>&amp;Animate walk through windows</string>
34      </property>
35     </widget>
36    </item>
37    <item row="1" column="0" >
38     <widget class="QSlider" name="opacitySlider" >
39      <property name="minimum" >
40       <number>1</number>
41      </property>
42      <property name="maximum" >
43       <number>100</number>
44      </property>
45      <property name="value" >
46       <number>25</number>
47      </property>
48      <property name="orientation" >
49       <enum>Qt::Horizontal</enum>
50      </property>
51     </widget>
52    </item>
53    <item row="1" column="1" >
54     <widget class="QSpinBox" name="opacitySpin" >
55      <property name="minimum" >
56       <number>1</number>
57      </property>
58      <property name="maximum" >
59       <number>100</number>
60      </property>
61      <property name="value" >
62       <number>25</number>
63      </property>
64     </widget>
65    </item>
66   </layout>
67  </widget>
68  <tabstops>
69   <tabstop>opacitySlider</tabstop>
70   <tabstop>opacitySpin</tabstop>
71   <tabstop>elevateBox</tabstop>
72   <tabstop>animateBox</tabstop>
73  </tabstops>
74  <resources/>
75  <connections>
76   <connection>
77    <sender>opacitySpin</sender>
78    <signal>valueChanged(int)</signal>
79    <receiver>opacitySlider</receiver>
80    <slot>setValue(int)</slot>
81    <hints>
82     <hint type="sourcelabel" >
83      <x>193</x>
84      <y>52</y>
85     </hint>
86     <hint type="destinationlabel" >
87      <x>128</x>
88      <y>46</y>
89     </hint>
90    </hints>
91   </connection>
92   <connection>
93    <sender>opacitySlider</sender>
94    <signal>valueChanged(int)</signal>
95    <receiver>opacitySpin</receiver>
96    <slot>setValue(int)</slot>
97    <hints>
98     <hint type="sourcelabel" >
99      <x>69</x>
100      <y>45</y>
101     </hint>
102     <hint type="destinationlabel" >
103      <x>200</x>
104      <y>42</y>
105     </hint>
106    </hints>
107   </connection>
108  </connections>
109 </ui>