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.
60 lines
1.6 KiB
60 lines
1.6 KiB
<ui version="4.0" > |
|
<class>KWin::FlipSwitchEffectConfigForm</class> |
|
<widget class="QWidget" name="KWin::FlipSwitchEffectConfigForm" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>400</width> |
|
<height>103</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<item> |
|
<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="checkAnimateFlip" > |
|
<property name="text" > |
|
<string>Animate &Flip</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="0" > |
|
<widget class="QLabel" name="label_3" > |
|
<property name="text" > |
|
<string>F&lip Animation Duration:</string> |
|
</property> |
|
<property name="buddy" > |
|
<cstring>spinFlipDuration</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1" > |
|
<widget class="QSpinBox" name="spinFlipDuration" > |
|
<property name="suffix" > |
|
<string> msec</string> |
|
</property> |
|
<property name="maximum" > |
|
<number>5000</number> |
|
</property> |
|
<property name="value" > |
|
<number>750</number> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<tabstops> |
|
<tabstop>checkAnimateFlip</tabstop> |
|
<tabstop>spinFlipDuration</tabstop> |
|
</tabstops> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|