2008-09-05 10:48:18 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>KWin::BoxSwitchEffectConfigForm</class>
|
|
|
|
<widget class="QWidget" name="KWin::BoxSwitchEffectConfigForm" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-10-18 13:50:32 +00:00
|
|
|
<width>213</width>
|
|
|
|
<height>110</height>
|
2008-09-05 10:48:18 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2008-10-18 13:50:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
|
|
<item row="0" column="0" colspan="2" >
|
2008-09-05 10:48:18 +00:00
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
2008-11-17 18:35:18 +00:00
|
|
|
<string>Background window &opacity:</string>
|
2008-09-05 10:48:18 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>opacitySpin</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="2" column="0" colspan="2" >
|
2008-09-06 09:58:49 +00:00
|
|
|
<widget class="QCheckBox" name="elevateBox" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Elevate selected window</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="3" column="0" colspan="2" >
|
2008-10-05 11:41:15 +00:00
|
|
|
<widget class="QCheckBox" name="animateBox" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Animate walk through windows</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-10-18 13:50:32 +00:00
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QSlider" name="opacitySlider" >
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>25</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QSpinBox" name="opacitySpin" >
|
|
|
|
<property name="minimum" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="value" >
|
|
|
|
<number>25</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-09-05 10:48:18 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-09-06 09:58:49 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>opacitySlider</tabstop>
|
|
|
|
<tabstop>opacitySpin</tabstop>
|
|
|
|
<tabstop>elevateBox</tabstop>
|
2008-10-18 13:50:32 +00:00
|
|
|
<tabstop>animateBox</tabstop>
|
2008-09-06 09:58:49 +00:00
|
|
|
</tabstops>
|
2008-09-05 10:48:18 +00:00
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>opacitySpin</sender>
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
<receiver>opacitySlider</receiver>
|
|
|
|
<slot>setValue(int)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>193</x>
|
|
|
|
<y>52</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>128</x>
|
|
|
|
<y>46</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>opacitySlider</sender>
|
|
|
|
<signal>valueChanged(int)</signal>
|
|
|
|
<receiver>opacitySpin</receiver>
|
|
|
|
<slot>setValue(int)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>69</x>
|
|
|
|
<y>45</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>200</x>
|
|
|
|
<y>42</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|