You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.4 KiB
84 lines
2.4 KiB
<ui version="4.0" > |
|
<class>KWin::CoverSwitchEffectConfigForm</class> |
|
<widget class="QWidget" name="KWin::CoverSwitchEffectConfigForm" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>289</width> |
|
<height>237</height> |
|
</rect> |
|
</property> |
|
<layout class="QGridLayout" > |
|
<item row="0" column="0" > |
|
<widget class="QGroupBox" name="groupBox" > |
|
<property name="title" > |
|
<string>Appearance</string> |
|
</property> |
|
<layout class="QGridLayout" > |
|
<item row="0" column="0" colspan="2" > |
|
<widget class="QCheckBox" name="checkAnimateSwitch" > |
|
<property name="text" > |
|
<string>Animate &switch</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="0" colspan="2" > |
|
<widget class="QCheckBox" name="checkAnimateStart" > |
|
<property name="text" > |
|
<string>Animation on tab box &open</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="0" colspan="2" > |
|
<widget class="QCheckBox" name="checkAnimateStop" > |
|
<property name="text" > |
|
<string>Animation on tab box &close</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="0" colspan="2" > |
|
<widget class="QCheckBox" name="checkReflection" > |
|
<property name="text" > |
|
<string>&Reflections</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="4" column="0" > |
|
<widget class="QLabel" name="label_3" > |
|
<property name="text" > |
|
<string>&Animation duration:</string> |
|
</property> |
|
<property name="buddy" > |
|
<cstring>spinDuration</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="4" column="1" > |
|
<widget class="QSpinBox" name="spinDuration" > |
|
<property name="suffix" > |
|
<string> msec</string> |
|
</property> |
|
<property name="maximum" > |
|
<number>5000</number> |
|
</property> |
|
<property name="value" > |
|
<number>200</number> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<tabstops> |
|
<tabstop>checkAnimateSwitch</tabstop> |
|
<tabstop>checkAnimateStart</tabstop> |
|
<tabstop>checkAnimateStop</tabstop> |
|
<tabstop>checkReflection</tabstop> |
|
<tabstop>spinDuration</tabstop> |
|
</tabstops> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|