Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / effects / coverswitch_config.ui
blobdb7ae25668909a8e49a5923ec0d11a332312d4dc
1 <ui version="4.0" >
2  <class>KWin::CoverSwitchEffectConfigForm</class>
3  <widget class="QWidget" name="KWin::CoverSwitchEffectConfigForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>359</width>
9     <height>431</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <item row="0" column="0" >
14     <widget class="QGroupBox" name="groupBox" >
15      <property name="title" >
16       <string>Appearance</string>
17      </property>
18      <layout class="QGridLayout" >
19       <item row="0" column="0" colspan="2" >
20        <widget class="QCheckBox" name="checkAnimateSwitch" >
21         <property name="text" >
22          <string>Animate &amp;Switch</string>
23         </property>
24        </widget>
25       </item>
26       <item row="1" column="0" colspan="2" >
27        <widget class="QCheckBox" name="checkAnimateStart" >
28         <property name="text" >
29          <string>Animation on Tab Box &amp;open</string>
30         </property>
31        </widget>
32       </item>
33       <item row="2" column="0" colspan="2" >
34        <widget class="QCheckBox" name="checkAnimateStop" >
35         <property name="text" >
36          <string>Animation on Tab Box &amp;close</string>
37         </property>
38        </widget>
39       </item>
40       <item row="3" column="0" colspan="2" >
41        <widget class="QCheckBox" name="checkReflection" >
42         <property name="text" >
43          <string>&amp;Reflections</string>
44         </property>
45        </widget>
46       </item>
47       <item row="4" column="0" >
48        <widget class="QLabel" name="label_3" >
49         <property name="text" >
50          <string>&amp;Animation Duration:</string>
51         </property>
52         <property name="buddy" >
53          <cstring>spinDuration</cstring>
54         </property>
55        </widget>
56       </item>
57       <item row="4" column="1" >
58        <widget class="QSpinBox" name="spinDuration" >
59         <property name="suffix" >
60          <string> msec</string>
61         </property>
62         <property name="maximum" >
63          <number>5000</number>
64         </property>
65         <property name="value" >
66          <number>300</number>
67         </property>
68        </widget>
69       </item>
70       <item row="5" column="0" >
71        <widget class="QLabel" name="label_4" >
72         <property name="text" >
73          <string>Slow &amp;Motion Factor:</string>
74         </property>
75         <property name="buddy" >
76          <cstring>spinDuration</cstring>
77         </property>
78        </widget>
79       </item>
80       <item row="5" column="1" >
81        <widget class="QSpinBox" name="spinSlowMotionFactor" >
82         <property name="minimum" >
83          <number>1</number>
84         </property>
85         <property name="maximum" >
86          <number>10</number>
87         </property>
88         <property name="value" >
89          <number>4</number>
90         </property>
91        </widget>
92       </item>
93      </layout>
94     </widget>
95    </item>
96    <item row="1" column="0" >
97     <widget class="KWin::GlobalShortcutsEditor" native="1" name="editor" />
98    </item>
99   </layout>
100  </widget>
101  <customwidgets>
102   <customwidget>
103    <class>KWin::GlobalShortcutsEditor</class>
104    <extends>QWidget</extends>
105    <header location="global" >kwineffects.h</header>
106    <container>1</container>
107   </customwidget>
108  </customwidgets>
109  <tabstops>
110   <tabstop>checkAnimateSwitch</tabstop>
111   <tabstop>checkAnimateStart</tabstop>
112   <tabstop>checkAnimateStop</tabstop>
113   <tabstop>checkReflection</tabstop>
114   <tabstop>spinDuration</tabstop>
115  </tabstops>
116  <resources/>
117  <connections/>
118 </ui>