2 <class>KWin::DesktopGridEffectConfigForm</class>
3 <widget class="QWidget" name="KWin::DesktopGridEffectConfigForm" >
4 <property name="geometry" >
12 <layout class="QHBoxLayout" name="horizontalLayout_2" >
14 <widget class="QGroupBox" name="groupBox" >
15 <property name="title" >
16 <string>Appearance</string>
18 <layout class="QGridLayout" name="gridLayout" >
19 <item row="0" column="0" >
20 <widget class="QLabel" name="label" >
21 <property name="text" >
22 <string>Zoom &duration:</string>
24 <property name="alignment" >
25 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
27 <property name="buddy" >
28 <cstring>zoomDurationSpin</cstring>
32 <item row="0" column="1" >
33 <widget class="QSpinBox" name="zoomDurationSpin" >
34 <property name="sizePolicy" >
35 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
40 <property name="specialValueText" >
41 <string comment="Duration of zoom">Default</string>
43 <property name="suffix" >
44 <string> msec</string>
46 <property name="maximum" >
49 <property name="singleStep" >
54 <item row="1" column="0" >
55 <widget class="QLabel" name="label_3" >
56 <property name="text" >
57 <string>&Border width:</string>
59 <property name="alignment" >
60 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
62 <property name="buddy" >
63 <cstring>borderWidthSpin</cstring>
67 <item row="1" column="1" >
68 <widget class="QSpinBox" name="borderWidthSpin" >
69 <property name="sizePolicy" >
70 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
75 <property name="suffix" >
76 <string> pixels</string>
78 <property name="maximum" >
81 <property name="value" >
86 <item row="2" column="0" >
87 <widget class="QLabel" name="label_6" >
88 <property name="text" >
89 <string>Desktop &name alignment:</string>
91 <property name="alignment" >
92 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
94 <property name="buddy" >
95 <cstring>desktopNameAlignmentCombo</cstring>
99 <item row="2" column="1" >
100 <widget class="QComboBox" name="desktopNameAlignmentCombo" >
101 <property name="sizePolicy" >
102 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
103 <horstretch>0</horstretch>
104 <verstretch>0</verstretch>
109 <item row="3" column="0" >
110 <widget class="QLabel" name="label_7" >
111 <property name="text" >
112 <string>&Layout mode:</string>
114 <property name="alignment" >
115 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
117 <property name="buddy" >
118 <cstring>layoutCombo</cstring>
122 <item row="3" column="1" >
123 <widget class="QComboBox" name="layoutCombo" >
124 <property name="sizePolicy" >
125 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
126 <horstretch>0</horstretch>
127 <verstretch>0</verstretch>
131 <property name="text" >
132 <string>Pager</string>
136 <property name="text" >
137 <string>Automatic</string>
141 <property name="text" >
142 <string>Custom</string>
147 <item row="4" column="0" >
148 <widget class="QLabel" name="layoutRowsLabel" >
149 <property name="text" >
150 <string>Number of &rows:</string>
152 <property name="alignment" >
153 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
155 <property name="buddy" >
156 <cstring>layoutRowsSpin</cstring>
160 <item row="4" column="1" >
161 <widget class="QSpinBox" name="layoutRowsSpin" >
162 <property name="sizePolicy" >
163 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
164 <horstretch>0</horstretch>
165 <verstretch>0</verstretch>
168 <property name="suffix" >
169 <string> rows</string>
171 <property name="minimum" >
174 <property name="maximum" >
177 <property name="value" >
182 <item row="5" column="0" colspan="2" >
183 <spacer name="verticalSpacer" >
184 <property name="orientation" >
185 <enum>Qt::Vertical</enum>
187 <property name="sizeHint" stdset="0" >
199 <widget class="QGroupBox" name="groupBox_2" >
200 <property name="title" >
201 <string>Activation</string>
203 <layout class="QGridLayout" name="gridLayout_2" >
204 <item row="0" column="0" colspan="2" >
205 <widget class="KWin::GlobalShortcutsEditor" native="1" name="shortcutEditor" >
206 <property name="sizePolicy" >
207 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
208 <horstretch>0</horstretch>
209 <verstretch>0</verstretch>
221 <class>KWin::GlobalShortcutsEditor</class>
222 <extends>QWidget</extends>
223 <header location="global" >kwineffects.h</header>
224 <container>1</container>
228 <tabstop>zoomDurationSpin</tabstop>
229 <tabstop>borderWidthSpin</tabstop>
230 <tabstop>desktopNameAlignmentCombo</tabstop>
231 <tabstop>layoutCombo</tabstop>
232 <tabstop>layoutRowsSpin</tabstop>