8d6746087e
svn path=/trunk/KDE/kdebase/workspace/; revision=857724
105 lines
2.4 KiB
XML
105 lines
2.4 KiB
XML
<ui version="4.0" >
|
|
<class>KWin::BoxSwitchEffectConfigForm</class>
|
|
<widget class="QWidget" name="KWin::BoxSwitchEffectConfigForm" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>175</width>
|
|
<height>86</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<item>
|
|
<widget class="QLabel" name="label" >
|
|
<property name="text" >
|
|
<string>Background Window &Opacity:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>opacitySpin</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" >
|
|
<item>
|
|
<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>
|
|
<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>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="elevateBox" >
|
|
<property name="text" >
|
|
<string>&Elevate selected window</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>opacitySlider</tabstop>
|
|
<tabstop>opacitySpin</tabstop>
|
|
<tabstop>elevateBox</tabstop>
|
|
</tabstops>
|
|
<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>
|