add more spacing
[personal-kdebase.git] / workspace / kwin / kcmkwin / kwinrules / ruleswidgetbase.ui
blobfb85908e75e59dcb4a8fd5a1e304f3d881cfd878
1 <ui version="4.0" >
2  <class>KWin::RulesWidgetBase</class>
3  <widget class="QWidget" name="KWin::RulesWidgetBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>685</width>
9     <height>441</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="margin" >
14     <number>0</number>
15    </property>
16    <item>
17     <widget class="QTabWidget" name="tabs" >
18      <property name="currentIndex" >
19       <number>0</number>
20      </property>
21      <widget class="QWidget" name="tab" >
22       <property name="geometry" >
23        <rect>
24         <x>0</x>
25         <y>0</y>
26         <width>681</width>
27         <height>416</height>
28        </rect>
29       </property>
30       <attribute name="title" >
31        <string>&amp;Window</string>
32       </attribute>
33       <layout class="QGridLayout" >
34        <item row="0" column="0" colspan="4" >
35         <widget class="QLabel" name="textLabel1" >
36          <property name="text" >
37           <string>De&amp;scription:</string>
38          </property>
39          <property name="wordWrap" >
40           <bool>false</bool>
41          </property>
42          <property name="buddy" >
43           <cstring>description</cstring>
44          </property>
45         </widget>
46        </item>
47        <item row="1" column="0" colspan="4" >
48         <widget class="KLineEdit" name="description" />
49        </item>
50        <item row="2" column="0" colspan="4" >
51         <widget class="QLabel" name="textLabel2" >
52          <property name="text" >
53           <string>Window &amp;class (application type):</string>
54          </property>
55          <property name="wordWrap" >
56           <bool>false</bool>
57          </property>
58          <property name="buddy" >
59           <cstring>wmclass</cstring>
60          </property>
61         </widget>
62        </item>
63        <item row="3" column="0" colspan="3" >
64         <widget class="KLineEdit" name="wmclass" />
65        </item>
66        <item row="3" column="3" >
67         <widget class="QCheckBox" name="whole_wmclass" >
68          <property name="text" >
69           <string>Match w&amp;hole window class</string>
70          </property>
71         </widget>
72        </item>
73        <item row="4" column="0" >
74         <widget class="KComboBox" name="wmclass_match" >
75          <item>
76           <property name="text" >
77            <string>Unimportant</string>
78           </property>
79          </item>
80          <item>
81           <property name="text" >
82            <string>Exact Match</string>
83           </property>
84          </item>
85          <item>
86           <property name="text" >
87            <string>Substring Match</string>
88           </property>
89          </item>
90          <item>
91           <property name="text" >
92            <string>Regular Expression</string>
93           </property>
94          </item>
95         </widget>
96        </item>
97        <item row="4" column="1" >
98         <widget class="KPushButton" name="edit_reg_wmclass" >
99          <property name="enabled" >
100           <bool>false</bool>
101          </property>
102          <property name="text" >
103           <string>Edit</string>
104          </property>
105          <property name="shortcut" >
106           <string/>
107          </property>
108         </widget>
109        </item>
110        <item row="5" column="0" colspan="4" >
111         <widget class="QLabel" name="textLabel3" >
112          <property name="text" >
113           <string>Window &amp;role:</string>
114          </property>
115          <property name="wordWrap" >
116           <bool>false</bool>
117          </property>
118          <property name="buddy" >
119           <cstring>role</cstring>
120          </property>
121         </widget>
122        </item>
123        <item row="6" column="0" colspan="4" >
124         <widget class="KLineEdit" name="role" />
125        </item>
126        <item row="7" column="0" >
127         <widget class="KComboBox" name="role_match" >
128          <item>
129           <property name="text" >
130            <string>Unimportant</string>
131           </property>
132          </item>
133          <item>
134           <property name="text" >
135            <string>Exact Match</string>
136           </property>
137          </item>
138          <item>
139           <property name="text" >
140            <string>Substring Match</string>
141           </property>
142          </item>
143          <item>
144           <property name="text" >
145            <string>Regular Expression</string>
146           </property>
147          </item>
148         </widget>
149        </item>
150        <item row="7" column="1" >
151         <widget class="KPushButton" name="edit_reg_role" >
152          <property name="enabled" >
153           <bool>false</bool>
154          </property>
155          <property name="text" >
156           <string>Edit</string>
157          </property>
158         </widget>
159        </item>
160        <item row="9" column="0" colspan="4" >
161         <layout class="QHBoxLayout" >
162          <item>
163           <spacer name="horizontalSpacer_6" >
164            <property name="orientation" >
165             <enum>Qt::Horizontal</enum>
166            </property>
167            <property name="sizeHint" stdset="0" >
168             <size>
169              <width>40</width>
170              <height>20</height>
171             </size>
172            </property>
173           </spacer>
174          </item>
175          <item>
176           <widget class="KPushButton" name="detect" >
177            <property name="text" >
178             <string>&amp;Detect Window Properties</string>
179            </property>
180           </widget>
181          </item>
182          <item>
183           <spacer>
184            <property name="orientation" >
185             <enum>Qt::Horizontal</enum>
186            </property>
187            <property name="sizeHint" stdset="0" >
188             <size>
189              <width>40</width>
190              <height>20</height>
191             </size>
192            </property>
193           </spacer>
194          </item>
195         </layout>
196        </item>
197        <item row="10" column="2" >
198         <spacer>
199          <property name="orientation" >
200           <enum>Qt::Vertical</enum>
201          </property>
202          <property name="sizeType" >
203           <enum>QSizePolicy::Expanding</enum>
204          </property>
205          <property name="sizeHint" stdset="0" >
206           <size>
207            <width>20</width>
208            <height>40</height>
209           </size>
210          </property>
211         </spacer>
212        </item>
213        <item row="4" column="2" >
214         <spacer name="horizontalSpacer_4" >
215          <property name="orientation" >
216           <enum>Qt::Horizontal</enum>
217          </property>
218          <property name="sizeHint" stdset="0" >
219           <size>
220            <width>40</width>
221            <height>20</height>
222           </size>
223          </property>
224         </spacer>
225        </item>
226        <item row="7" column="2" >
227         <spacer name="horizontalSpacer_5" >
228          <property name="orientation" >
229           <enum>Qt::Horizontal</enum>
230          </property>
231          <property name="sizeHint" stdset="0" >
232           <size>
233            <width>40</width>
234            <height>20</height>
235           </size>
236          </property>
237         </spacer>
238        </item>
239        <item row="8" column="0" colspan="4" >
240         <widget class="Line" name="line" >
241          <property name="orientation" >
242           <enum>Qt::Horizontal</enum>
243          </property>
244         </widget>
245        </item>
246       </layout>
247      </widget>
248      <widget class="QWidget" name="tab" >
249       <property name="geometry" >
250        <rect>
251         <x>0</x>
252         <y>0</y>
253         <width>681</width>
254         <height>416</height>
255        </rect>
256       </property>
257       <attribute name="title" >
258        <string>Window &amp;Extra</string>
259       </attribute>
260       <layout class="QGridLayout" >
261        <item row="0" column="0" colspan="3" >
262         <widget class="QLabel" name="textLabel4" >
263          <property name="text" >
264           <string>Window &amp;types:</string>
265          </property>
266          <property name="wordWrap" >
267           <bool>false</bool>
268          </property>
269          <property name="buddy" >
270           <cstring>types</cstring>
271          </property>
272         </widget>
273        </item>
274        <item row="1" column="0" colspan="3" >
275         <widget class="QListWidget" name="types" >
276          <property name="selectionMode" >
277           <enum>QAbstractItemView::ExtendedSelection</enum>
278          </property>
279          <item>
280           <property name="text" >
281            <string>Normal Window</string>
282           </property>
283          </item>
284          <item>
285           <property name="text" >
286            <string>Dialog Window</string>
287           </property>
288          </item>
289          <item>
290           <property name="text" >
291            <string>Utility Window</string>
292           </property>
293          </item>
294          <item>
295           <property name="text" >
296            <string>Dock (panel)</string>
297           </property>
298          </item>
299          <item>
300           <property name="text" >
301            <string>Toolbar</string>
302           </property>
303          </item>
304          <item>
305           <property name="text" >
306            <string>Torn-Off Menu</string>
307           </property>
308          </item>
309          <item>
310           <property name="text" >
311            <string>Splash Screen</string>
312           </property>
313          </item>
314          <item>
315           <property name="text" >
316            <string>Desktop</string>
317           </property>
318          </item>
319          <item>
320           <property name="text" >
321            <string>Override Type</string>
322           </property>
323          </item>
324          <item>
325           <property name="text" >
326            <string>Standalone Menubar</string>
327           </property>
328          </item>
329         </widget>
330        </item>
331        <item row="2" column="0" colspan="3" >
332         <widget class="QLabel" name="textLabel5" >
333          <property name="text" >
334           <string>Window t&amp;itle:</string>
335          </property>
336          <property name="wordWrap" >
337           <bool>false</bool>
338          </property>
339          <property name="buddy" >
340           <cstring>title</cstring>
341          </property>
342         </widget>
343        </item>
344        <item row="3" column="0" colspan="3" >
345         <widget class="KLineEdit" name="title" />
346        </item>
347        <item row="4" column="0" >
348         <widget class="KComboBox" name="title_match" >
349          <item>
350           <property name="text" >
351            <string>Unimportant</string>
352           </property>
353          </item>
354          <item>
355           <property name="text" >
356            <string>Exact Match</string>
357           </property>
358          </item>
359          <item>
360           <property name="text" >
361            <string>Substring Match</string>
362           </property>
363          </item>
364          <item>
365           <property name="text" >
366            <string>Regular Expression</string>
367           </property>
368          </item>
369         </widget>
370        </item>
371        <item row="4" column="1" >
372         <widget class="KPushButton" name="edit_reg_title" >
373          <property name="enabled" >
374           <bool>false</bool>
375          </property>
376          <property name="text" >
377           <string>Edit</string>
378          </property>
379          <property name="shortcut" >
380           <string/>
381          </property>
382         </widget>
383        </item>
384        <item row="5" column="0" colspan="3" >
385         <widget class="QLabel" name="textLabel6" >
386          <property name="text" >
387           <string>Extra role:</string>
388          </property>
389          <property name="wordWrap" >
390           <bool>false</bool>
391          </property>
392          <property name="buddy" >
393           <cstring>extra</cstring>
394          </property>
395         </widget>
396        </item>
397        <item row="6" column="0" colspan="3" >
398         <widget class="KLineEdit" name="extra" />
399        </item>
400        <item row="7" column="0" >
401         <widget class="KComboBox" name="extra_match" >
402          <item>
403           <property name="text" >
404            <string>Unimportant</string>
405           </property>
406          </item>
407          <item>
408           <property name="text" >
409            <string>Exact Match</string>
410           </property>
411          </item>
412          <item>
413           <property name="text" >
414            <string>Substring Match</string>
415           </property>
416          </item>
417          <item>
418           <property name="text" >
419            <string>Regular Expression</string>
420           </property>
421          </item>
422         </widget>
423        </item>
424        <item row="7" column="1" >
425         <widget class="KPushButton" name="edit_reg_extra" >
426          <property name="enabled" >
427           <bool>false</bool>
428          </property>
429          <property name="text" >
430           <string>Edit</string>
431          </property>
432          <property name="shortcut" >
433           <string/>
434          </property>
435         </widget>
436        </item>
437        <item row="8" column="0" colspan="3" >
438         <widget class="QLabel" name="textLabel7" >
439          <property name="text" >
440           <string>&amp;Machine (hostname):</string>
441          </property>
442          <property name="wordWrap" >
443           <bool>false</bool>
444          </property>
445          <property name="buddy" >
446           <cstring>machine</cstring>
447          </property>
448         </widget>
449        </item>
450        <item row="9" column="0" colspan="3" >
451         <widget class="KLineEdit" name="machine" />
452        </item>
453        <item row="10" column="0" >
454         <widget class="KComboBox" name="machine_match" >
455          <item>
456           <property name="text" >
457            <string>Unimportant</string>
458           </property>
459          </item>
460          <item>
461           <property name="text" >
462            <string>Exact Match</string>
463           </property>
464          </item>
465          <item>
466           <property name="text" >
467            <string>Substring Match</string>
468           </property>
469          </item>
470          <item>
471           <property name="text" >
472            <string>Regular Expression</string>
473           </property>
474          </item>
475         </widget>
476        </item>
477        <item row="10" column="1" >
478         <widget class="KPushButton" name="edit_reg_machine" >
479          <property name="enabled" >
480           <bool>false</bool>
481          </property>
482          <property name="text" >
483           <string>Edit</string>
484          </property>
485          <property name="shortcut" >
486           <string/>
487          </property>
488         </widget>
489        </item>
490        <item row="4" column="2" >
491         <spacer name="horizontalSpacer" >
492          <property name="orientation" >
493           <enum>Qt::Horizontal</enum>
494          </property>
495          <property name="sizeHint" stdset="0" >
496           <size>
497            <width>40</width>
498            <height>20</height>
499           </size>
500          </property>
501         </spacer>
502        </item>
503        <item row="7" column="2" >
504         <spacer name="horizontalSpacer_2" >
505          <property name="orientation" >
506           <enum>Qt::Horizontal</enum>
507          </property>
508          <property name="sizeHint" stdset="0" >
509           <size>
510            <width>40</width>
511            <height>20</height>
512           </size>
513          </property>
514         </spacer>
515        </item>
516        <item row="10" column="2" >
517         <spacer name="horizontalSpacer_3" >
518          <property name="orientation" >
519           <enum>Qt::Horizontal</enum>
520          </property>
521          <property name="sizeHint" stdset="0" >
522           <size>
523            <width>40</width>
524            <height>20</height>
525           </size>
526          </property>
527         </spacer>
528        </item>
529        <item row="11" column="1" >
530         <spacer name="verticalSpacer" >
531          <property name="orientation" >
532           <enum>Qt::Vertical</enum>
533          </property>
534          <property name="sizeHint" stdset="0" >
535           <size>
536            <width>20</width>
537            <height>0</height>
538           </size>
539          </property>
540         </spacer>
541        </item>
542       </layout>
543      </widget>
544      <widget class="QWidget" name="TabPage" >
545       <property name="geometry" >
546        <rect>
547         <x>0</x>
548         <y>0</y>
549         <width>681</width>
550         <height>416</height>
551        </rect>
552       </property>
553       <attribute name="title" >
554        <string>&amp;Geometry</string>
555       </attribute>
556       <layout class="QGridLayout" >
557        <item row="1" column="1" >
558         <widget class="KComboBox" name="rule_size" >
559          <property name="enabled" >
560           <bool>false</bool>
561          </property>
562          <item>
563           <property name="text" >
564            <string>Do Not Affect</string>
565           </property>
566          </item>
567          <item>
568           <property name="text" >
569            <string>Apply Initially</string>
570           </property>
571          </item>
572          <item>
573           <property name="text" >
574            <string>Remember</string>
575           </property>
576          </item>
577          <item>
578           <property name="text" >
579            <string>Force</string>
580           </property>
581          </item>
582          <item>
583           <property name="text" >
584            <string>Apply Now</string>
585           </property>
586          </item>
587          <item>
588           <property name="text" >
589            <string>Force Temporarily</string>
590           </property>
591          </item>
592         </widget>
593        </item>
594        <item row="1" column="2" >
595         <widget class="KRestrictedLine" name="size" >
596          <property name="enabled" >
597           <bool>false</bool>
598          </property>
599          <property name="validChars" stdset="0" >
600           <string>0123456789-+,xX:</string>
601          </property>
602         </widget>
603        </item>
604        <item row="1" column="0" >
605         <widget class="QCheckBox" name="enable_size" >
606          <property name="text" >
607           <string>&amp;Size</string>
608          </property>
609         </widget>
610        </item>
611        <item row="0" column="0" >
612         <widget class="QCheckBox" name="enable_position" >
613          <property name="text" >
614           <string>&amp;Position</string>
615          </property>
616         </widget>
617        </item>
618        <item row="0" column="2" >
619         <widget class="KRestrictedLine" name="position" >
620          <property name="enabled" >
621           <bool>false</bool>
622          </property>
623          <property name="validChars" stdset="0" >
624           <string>0123456789-+,xX:</string>
625          </property>
626         </widget>
627        </item>
628        <item row="0" column="1" >
629         <widget class="KComboBox" name="rule_position" >
630          <property name="enabled" >
631           <bool>false</bool>
632          </property>
633          <item>
634           <property name="text" >
635            <string>Do Not Affect</string>
636           </property>
637          </item>
638          <item>
639           <property name="text" >
640            <string>Apply Initially</string>
641           </property>
642          </item>
643          <item>
644           <property name="text" >
645            <string>Remember</string>
646           </property>
647          </item>
648          <item>
649           <property name="text" >
650            <string>Force</string>
651           </property>
652          </item>
653          <item>
654           <property name="text" >
655            <string>Apply Now</string>
656           </property>
657          </item>
658          <item>
659           <property name="text" >
660            <string>Force Temporarily</string>
661           </property>
662          </item>
663         </widget>
664        </item>
665        <item row="3" column="2" >
666         <widget class="QCheckBox" name="maximizevert" >
667          <property name="enabled" >
668           <bool>false</bool>
669          </property>
670          <property name="text" >
671           <string/>
672          </property>
673         </widget>
674        </item>
675        <item row="2" column="1" >
676         <widget class="KComboBox" name="rule_maximizehoriz" >
677          <property name="enabled" >
678           <bool>false</bool>
679          </property>
680          <item>
681           <property name="text" >
682            <string>Do Not Affect</string>
683           </property>
684          </item>
685          <item>
686           <property name="text" >
687            <string>Apply Initially</string>
688           </property>
689          </item>
690          <item>
691           <property name="text" >
692            <string>Remember</string>
693           </property>
694          </item>
695          <item>
696           <property name="text" >
697            <string>Force</string>
698           </property>
699          </item>
700          <item>
701           <property name="text" >
702            <string>Apply Now</string>
703           </property>
704          </item>
705          <item>
706           <property name="text" >
707            <string>Force Temporarily</string>
708           </property>
709          </item>
710         </widget>
711        </item>
712        <item row="4" column="2" >
713         <widget class="QCheckBox" name="fullscreen" >
714          <property name="enabled" >
715           <bool>false</bool>
716          </property>
717          <property name="text" >
718           <string/>
719          </property>
720         </widget>
721        </item>
722        <item row="2" column="0" >
723         <widget class="QCheckBox" name="enable_maximizehoriz" >
724          <property name="text" >
725           <string>Maximized &amp;horizontally</string>
726          </property>
727         </widget>
728        </item>
729        <item row="2" column="2" >
730         <widget class="QCheckBox" name="maximizehoriz" >
731          <property name="enabled" >
732           <bool>false</bool>
733          </property>
734          <property name="text" >
735           <string/>
736          </property>
737         </widget>
738        </item>
739        <item row="4" column="1" >
740         <widget class="KComboBox" name="rule_fullscreen" >
741          <property name="enabled" >
742           <bool>false</bool>
743          </property>
744          <item>
745           <property name="text" >
746            <string>Do Not Affect</string>
747           </property>
748          </item>
749          <item>
750           <property name="text" >
751            <string>Apply Initially</string>
752           </property>
753          </item>
754          <item>
755           <property name="text" >
756            <string>Remember</string>
757           </property>
758          </item>
759          <item>
760           <property name="text" >
761            <string>Force</string>
762           </property>
763          </item>
764          <item>
765           <property name="text" >
766            <string>Apply Now</string>
767           </property>
768          </item>
769          <item>
770           <property name="text" >
771            <string>Force Temporarily</string>
772           </property>
773          </item>
774         </widget>
775        </item>
776        <item row="4" column="0" >
777         <widget class="QCheckBox" name="enable_fullscreen" >
778          <property name="text" >
779           <string>&amp;Fullscreen</string>
780          </property>
781         </widget>
782        </item>
783        <item row="3" column="1" >
784         <widget class="KComboBox" name="rule_maximizevert" >
785          <property name="enabled" >
786           <bool>false</bool>
787          </property>
788          <item>
789           <property name="text" >
790            <string>Do Not Affect</string>
791           </property>
792          </item>
793          <item>
794           <property name="text" >
795            <string>Apply Initially</string>
796           </property>
797          </item>
798          <item>
799           <property name="text" >
800            <string>Remember</string>
801           </property>
802          </item>
803          <item>
804           <property name="text" >
805            <string>Force</string>
806           </property>
807          </item>
808          <item>
809           <property name="text" >
810            <string>Apply Now</string>
811           </property>
812          </item>
813          <item>
814           <property name="text" >
815            <string>Force Temporarily</string>
816           </property>
817          </item>
818         </widget>
819        </item>
820        <item row="3" column="0" >
821         <widget class="QCheckBox" name="enable_maximizevert" >
822          <property name="text" >
823           <string>Maximized &amp;vertically</string>
824          </property>
825         </widget>
826        </item>
827        <item row="5" column="1" >
828         <widget class="KComboBox" name="rule_desktop" >
829          <property name="enabled" >
830           <bool>false</bool>
831          </property>
832          <item>
833           <property name="text" >
834            <string>Do Not Affect</string>
835           </property>
836          </item>
837          <item>
838           <property name="text" >
839            <string>Apply Initially</string>
840           </property>
841          </item>
842          <item>
843           <property name="text" >
844            <string>Remember</string>
845           </property>
846          </item>
847          <item>
848           <property name="text" >
849            <string>Force</string>
850           </property>
851          </item>
852          <item>
853           <property name="text" >
854            <string>Apply Now</string>
855           </property>
856          </item>
857          <item>
858           <property name="text" >
859            <string>Force Temporarily</string>
860           </property>
861          </item>
862         </widget>
863        </item>
864        <item row="5" column="2" >
865         <widget class="KComboBox" name="desktop" >
866          <property name="enabled" >
867           <bool>false</bool>
868          </property>
869         </widget>
870        </item>
871        <item row="5" column="0" >
872         <widget class="QCheckBox" name="enable_desktop" >
873          <property name="text" >
874           <string>&amp;Desktop</string>
875          </property>
876         </widget>
877        </item>
878        <item row="7" column="0" >
879         <widget class="QCheckBox" name="enable_shade" >
880          <property name="text" >
881           <string>Sh&amp;aded</string>
882          </property>
883         </widget>
884        </item>
885        <item row="7" column="2" >
886         <widget class="QCheckBox" name="shade" >
887          <property name="enabled" >
888           <bool>false</bool>
889          </property>
890          <property name="text" >
891           <string/>
892          </property>
893         </widget>
894        </item>
895        <item row="6" column="1" >
896         <widget class="KComboBox" name="rule_minimize" >
897          <property name="enabled" >
898           <bool>false</bool>
899          </property>
900          <item>
901           <property name="text" >
902            <string>Do Not Affect</string>
903           </property>
904          </item>
905          <item>
906           <property name="text" >
907            <string>Apply Initially</string>
908           </property>
909          </item>
910          <item>
911           <property name="text" >
912            <string>Remember</string>
913           </property>
914          </item>
915          <item>
916           <property name="text" >
917            <string>Force</string>
918           </property>
919          </item>
920          <item>
921           <property name="text" >
922            <string>Apply Now</string>
923           </property>
924          </item>
925          <item>
926           <property name="text" >
927            <string>Force Temporarily</string>
928           </property>
929          </item>
930         </widget>
931        </item>
932        <item row="6" column="2" >
933         <widget class="QCheckBox" name="minimize" >
934          <property name="enabled" >
935           <bool>false</bool>
936          </property>
937          <property name="text" >
938           <string/>
939          </property>
940         </widget>
941        </item>
942        <item row="6" column="0" >
943         <widget class="QCheckBox" name="enable_minimize" >
944          <property name="text" >
945           <string>M&amp;inimized</string>
946          </property>
947         </widget>
948        </item>
949        <item row="8" column="1" >
950         <widget class="KComboBox" name="rule_placement" >
951          <property name="enabled" >
952           <bool>false</bool>
953          </property>
954          <item>
955           <property name="text" >
956            <string>Do Not Affect</string>
957           </property>
958          </item>
959          <item>
960           <property name="text" >
961            <string>Force</string>
962           </property>
963          </item>
964          <item>
965           <property name="text" >
966            <string>Force Temporarily</string>
967           </property>
968          </item>
969         </widget>
970        </item>
971        <item row="8" column="2" >
972         <widget class="KComboBox" name="placement" >
973          <property name="enabled" >
974           <bool>false</bool>
975          </property>
976          <item>
977           <property name="text" >
978            <string>Default</string>
979           </property>
980          </item>
981          <item>
982           <property name="text" >
983            <string>No Placement</string>
984           </property>
985          </item>
986          <item>
987           <property name="text" >
988            <string>Smart</string>
989           </property>
990          </item>
991          <item>
992           <property name="text" >
993            <string>Maximizing</string>
994           </property>
995          </item>
996          <item>
997           <property name="text" >
998            <string>Cascade</string>
999           </property>
1000          </item>
1001          <item>
1002           <property name="text" >
1003            <string>Centered</string>
1004           </property>
1005          </item>
1006          <item>
1007           <property name="text" >
1008            <string>Random</string>
1009           </property>
1010          </item>
1011          <item>
1012           <property name="text" >
1013            <string>Top-Left Corner</string>
1014           </property>
1015          </item>
1016          <item>
1017           <property name="text" >
1018            <string>Under Mouse</string>
1019           </property>
1020          </item>
1021          <item>
1022           <property name="text" >
1023            <string>On Main Window</string>
1024           </property>
1025          </item>
1026         </widget>
1027        </item>
1028        <item row="8" column="0" >
1029         <widget class="QCheckBox" name="enable_placement" >
1030          <property name="text" >
1031           <string>P&amp;lacement</string>
1032          </property>
1033         </widget>
1034        </item>
1035        <item row="9" column="1" >
1036         <spacer>
1037          <property name="orientation" >
1038           <enum>Qt::Vertical</enum>
1039          </property>
1040          <property name="sizeType" >
1041           <enum>QSizePolicy::Expanding</enum>
1042          </property>
1043          <property name="sizeHint" stdset="0" >
1044           <size>
1045            <width>20</width>
1046            <height>16</height>
1047           </size>
1048          </property>
1049         </spacer>
1050        </item>
1051        <item row="7" column="1" >
1052         <widget class="KComboBox" name="rule_shade" >
1053          <property name="enabled" >
1054           <bool>false</bool>
1055          </property>
1056          <item>
1057           <property name="text" >
1058            <string>Do Not Affect</string>
1059           </property>
1060          </item>
1061          <item>
1062           <property name="text" >
1063            <string>Apply Initially</string>
1064           </property>
1065          </item>
1066          <item>
1067           <property name="text" >
1068            <string>Remember</string>
1069           </property>
1070          </item>
1071          <item>
1072           <property name="text" >
1073            <string>Force</string>
1074           </property>
1075          </item>
1076          <item>
1077           <property name="text" >
1078            <string>Apply Now</string>
1079           </property>
1080          </item>
1081          <item>
1082           <property name="text" >
1083            <string>Force Temporarily</string>
1084           </property>
1085          </item>
1086         </widget>
1087        </item>
1088       </layout>
1089      </widget>
1090      <widget class="QWidget" name="TabPage" >
1091       <property name="geometry" >
1092        <rect>
1093         <x>0</x>
1094         <y>0</y>
1095         <width>681</width>
1096         <height>416</height>
1097        </rect>
1098       </property>
1099       <attribute name="title" >
1100        <string>&amp;Preferences</string>
1101       </attribute>
1102       <layout class="QGridLayout" >
1103        <item row="0" column="0" >
1104         <widget class="QCheckBox" name="enable_above" >
1105          <property name="text" >
1106           <string>Keep &amp;above</string>
1107          </property>
1108         </widget>
1109        </item>
1110        <item row="1" column="0" >
1111         <widget class="QCheckBox" name="enable_below" >
1112          <property name="text" >
1113           <string>Keep &amp;below</string>
1114          </property>
1115         </widget>
1116        </item>
1117        <item row="4" column="0" >
1118         <widget class="QCheckBox" name="enable_skippager" >
1119          <property name="text" >
1120           <string>Skip pa&amp;ger</string>
1121          </property>
1122         </widget>
1123        </item>
1124        <item row="3" column="0" >
1125         <widget class="QCheckBox" name="enable_skiptaskbar" >
1126          <property name="text" >
1127           <string>Skip &amp;taskbar</string>
1128          </property>
1129         </widget>
1130        </item>
1131        <item row="2" column="0" >
1132         <widget class="QCheckBox" name="enable_noborder" >
1133          <property name="text" >
1134           <string>&amp;No border</string>
1135          </property>
1136         </widget>
1137        </item>
1138        <item row="5" column="0" >
1139         <widget class="QCheckBox" name="enable_acceptfocus" >
1140          <property name="text" >
1141           <string>Accept &amp;focus</string>
1142          </property>
1143         </widget>
1144        </item>
1145        <item row="6" column="0" >
1146         <widget class="QCheckBox" name="enable_closeable" >
1147          <property name="text" >
1148           <string>&amp;Closeable</string>
1149          </property>
1150         </widget>
1151        </item>
1152        <item row="7" column="0" >
1153         <widget class="QCheckBox" name="enable_opacityactive" >
1154          <property name="text" >
1155           <string>A&amp;ctive opacity in %</string>
1156          </property>
1157         </widget>
1158        </item>
1159        <item row="7" column="1" >
1160         <widget class="KComboBox" name="rule_opacityactive" >
1161          <property name="enabled" >
1162           <bool>false</bool>
1163          </property>
1164          <item>
1165           <property name="text" >
1166            <string>Do Not Affect</string>
1167           </property>
1168          </item>
1169          <item>
1170           <property name="text" >
1171            <string>Force</string>
1172           </property>
1173          </item>
1174          <item>
1175           <property name="text" >
1176            <string>Force Temporarily</string>
1177           </property>
1178          </item>
1179         </widget>
1180        </item>
1181        <item row="7" column="2" colspan="2" >
1182         <widget class="KRestrictedLine" name="opacityactive" >
1183          <property name="enabled" >
1184           <bool>false</bool>
1185          </property>
1186          <property name="validChars" stdset="0" >
1187           <string>0123456789</string>
1188          </property>
1189         </widget>
1190        </item>
1191        <item row="0" column="2" >
1192         <widget class="QCheckBox" name="above" >
1193          <property name="enabled" >
1194           <bool>false</bool>
1195          </property>
1196          <property name="text" >
1197           <string/>
1198          </property>
1199         </widget>
1200        </item>
1201        <item row="1" column="2" >
1202         <widget class="QCheckBox" name="below" >
1203          <property name="enabled" >
1204           <bool>false</bool>
1205          </property>
1206          <property name="text" >
1207           <string/>
1208          </property>
1209         </widget>
1210        </item>
1211        <item row="2" column="2" >
1212         <widget class="QCheckBox" name="noborder" >
1213          <property name="enabled" >
1214           <bool>false</bool>
1215          </property>
1216          <property name="text" >
1217           <string/>
1218          </property>
1219         </widget>
1220        </item>
1221        <item row="3" column="2" >
1222         <widget class="QCheckBox" name="skiptaskbar" >
1223          <property name="enabled" >
1224           <bool>false</bool>
1225          </property>
1226          <property name="text" >
1227           <string/>
1228          </property>
1229         </widget>
1230        </item>
1231        <item row="4" column="2" >
1232         <widget class="QCheckBox" name="skippager" >
1233          <property name="enabled" >
1234           <bool>false</bool>
1235          </property>
1236          <property name="text" >
1237           <string/>
1238          </property>
1239         </widget>
1240        </item>
1241        <item row="5" column="2" >
1242         <widget class="QCheckBox" name="acceptfocus" >
1243          <property name="enabled" >
1244           <bool>false</bool>
1245          </property>
1246          <property name="text" >
1247           <string/>
1248          </property>
1249         </widget>
1250        </item>
1251        <item row="6" column="2" >
1252         <widget class="QCheckBox" name="closeable" >
1253          <property name="enabled" >
1254           <bool>false</bool>
1255          </property>
1256          <property name="text" >
1257           <string/>
1258          </property>
1259         </widget>
1260        </item>
1261        <item row="6" column="1" >
1262         <widget class="KComboBox" name="rule_closeable" >
1263          <property name="enabled" >
1264           <bool>false</bool>
1265          </property>
1266          <item>
1267           <property name="text" >
1268            <string>Do Not Affect</string>
1269           </property>
1270          </item>
1271          <item>
1272           <property name="text" >
1273            <string>Force</string>
1274           </property>
1275          </item>
1276          <item>
1277           <property name="text" >
1278            <string>Force Temporarily</string>
1279           </property>
1280          </item>
1281         </widget>
1282        </item>
1283        <item row="5" column="1" >
1284         <widget class="KComboBox" name="rule_acceptfocus" >
1285          <property name="enabled" >
1286           <bool>false</bool>
1287          </property>
1288          <item>
1289           <property name="text" >
1290            <string>Do Not Affect</string>
1291           </property>
1292          </item>
1293          <item>
1294           <property name="text" >
1295            <string>Force</string>
1296           </property>
1297          </item>
1298          <item>
1299           <property name="text" >
1300            <string>Force Temporarily</string>
1301           </property>
1302          </item>
1303         </widget>
1304        </item>
1305        <item row="4" column="1" >
1306         <widget class="KComboBox" name="rule_skippager" >
1307          <property name="enabled" >
1308           <bool>false</bool>
1309          </property>
1310          <item>
1311           <property name="text" >
1312            <string>Do Not Affect</string>
1313           </property>
1314          </item>
1315          <item>
1316           <property name="text" >
1317            <string>Apply Initially</string>
1318           </property>
1319          </item>
1320          <item>
1321           <property name="text" >
1322            <string>Remember</string>
1323           </property>
1324          </item>
1325          <item>
1326           <property name="text" >
1327            <string>Force</string>
1328           </property>
1329          </item>
1330          <item>
1331           <property name="text" >
1332            <string>Apply Now</string>
1333           </property>
1334          </item>
1335          <item>
1336           <property name="text" >
1337            <string>Force Temporarily</string>
1338           </property>
1339          </item>
1340         </widget>
1341        </item>
1342        <item row="3" column="1" >
1343         <widget class="KComboBox" name="rule_skiptaskbar" >
1344          <property name="enabled" >
1345           <bool>false</bool>
1346          </property>
1347          <item>
1348           <property name="text" >
1349            <string>Do Not Affect</string>
1350           </property>
1351          </item>
1352          <item>
1353           <property name="text" >
1354            <string>Apply Initially</string>
1355           </property>
1356          </item>
1357          <item>
1358           <property name="text" >
1359            <string>Remember</string>
1360           </property>
1361          </item>
1362          <item>
1363           <property name="text" >
1364            <string>Force</string>
1365           </property>
1366          </item>
1367          <item>
1368           <property name="text" >
1369            <string>Apply Now</string>
1370           </property>
1371          </item>
1372          <item>
1373           <property name="text" >
1374            <string>Force Temporarily</string>
1375           </property>
1376          </item>
1377         </widget>
1378        </item>
1379        <item row="2" column="1" >
1380         <widget class="KComboBox" name="rule_noborder" >
1381          <property name="enabled" >
1382           <bool>false</bool>
1383          </property>
1384          <item>
1385           <property name="text" >
1386            <string>Do Not Affect</string>
1387           </property>
1388          </item>
1389          <item>
1390           <property name="text" >
1391            <string>Apply Initially</string>
1392           </property>
1393          </item>
1394          <item>
1395           <property name="text" >
1396            <string>Remember</string>
1397           </property>
1398          </item>
1399          <item>
1400           <property name="text" >
1401            <string>Force</string>
1402           </property>
1403          </item>
1404          <item>
1405           <property name="text" >
1406            <string>Apply Now</string>
1407           </property>
1408          </item>
1409          <item>
1410           <property name="text" >
1411            <string>Force Temporarily</string>
1412           </property>
1413          </item>
1414         </widget>
1415        </item>
1416        <item row="1" column="1" >
1417         <widget class="KComboBox" name="rule_below" >
1418          <property name="enabled" >
1419           <bool>false</bool>
1420          </property>
1421          <item>
1422           <property name="text" >
1423            <string>Do Not Affect</string>
1424           </property>
1425          </item>
1426          <item>
1427           <property name="text" >
1428            <string>Apply Initially</string>
1429           </property>
1430          </item>
1431          <item>
1432           <property name="text" >
1433            <string>Remember</string>
1434           </property>
1435          </item>
1436          <item>
1437           <property name="text" >
1438            <string>Force</string>
1439           </property>
1440          </item>
1441          <item>
1442           <property name="text" >
1443            <string>Apply Now</string>
1444           </property>
1445          </item>
1446          <item>
1447           <property name="text" >
1448            <string>Force Temporarily</string>
1449           </property>
1450          </item>
1451         </widget>
1452        </item>
1453        <item row="0" column="1" >
1454         <widget class="KComboBox" name="rule_above" >
1455          <property name="enabled" >
1456           <bool>false</bool>
1457          </property>
1458          <item>
1459           <property name="text" >
1460            <string>Do Not Affect</string>
1461           </property>
1462          </item>
1463          <item>
1464           <property name="text" >
1465            <string>Apply Initially</string>
1466           </property>
1467          </item>
1468          <item>
1469           <property name="text" >
1470            <string>Remember</string>
1471           </property>
1472          </item>
1473          <item>
1474           <property name="text" >
1475            <string>Force</string>
1476           </property>
1477          </item>
1478          <item>
1479           <property name="text" >
1480            <string>Apply Now</string>
1481           </property>
1482          </item>
1483          <item>
1484           <property name="text" >
1485            <string>Force Temporarily</string>
1486           </property>
1487          </item>
1488         </widget>
1489        </item>
1490        <item row="10" column="1" >
1491         <spacer>
1492          <property name="orientation" >
1493           <enum>Qt::Vertical</enum>
1494          </property>
1495          <property name="sizeType" >
1496           <enum>QSizePolicy::Expanding</enum>
1497          </property>
1498          <property name="sizeHint" stdset="0" >
1499           <size>
1500            <width>20</width>
1501            <height>80</height>
1502           </size>
1503          </property>
1504         </spacer>
1505        </item>
1506        <item row="8" column="1" >
1507         <widget class="KComboBox" name="rule_opacityinactive" >
1508          <property name="enabled" >
1509           <bool>false</bool>
1510          </property>
1511          <item>
1512           <property name="text" >
1513            <string>Do Not Affect</string>
1514           </property>
1515          </item>
1516          <item>
1517           <property name="text" >
1518            <string>Force</string>
1519           </property>
1520          </item>
1521          <item>
1522           <property name="text" >
1523            <string>Force Temporarily</string>
1524           </property>
1525          </item>
1526         </widget>
1527        </item>
1528        <item row="8" column="2" colspan="2" >
1529         <widget class="KRestrictedLine" name="opacityinactive" >
1530          <property name="enabled" >
1531           <bool>false</bool>
1532          </property>
1533          <property name="validChars" stdset="0" >
1534           <string>0123456789</string>
1535          </property>
1536         </widget>
1537        </item>
1538        <item row="8" column="0" >
1539         <widget class="QCheckBox" name="enable_opacityinactive" >
1540          <property name="text" >
1541           <string>I&amp;nactive opacity in %</string>
1542          </property>
1543         </widget>
1544        </item>
1545        <item row="9" column="0" >
1546         <widget class="QCheckBox" name="enable_shortcut" >
1547          <property name="text" >
1548           <string>Shortcut</string>
1549          </property>
1550          <property name="shortcut" >
1551           <string/>
1552          </property>
1553         </widget>
1554        </item>
1555        <item row="9" column="1" >
1556         <widget class="KComboBox" name="rule_shortcut" >
1557          <property name="enabled" >
1558           <bool>false</bool>
1559          </property>
1560          <item>
1561           <property name="text" >
1562            <string>Do Not Affect</string>
1563           </property>
1564          </item>
1565          <item>
1566           <property name="text" >
1567            <string>Apply Initially</string>
1568           </property>
1569          </item>
1570          <item>
1571           <property name="text" >
1572            <string>Remember</string>
1573           </property>
1574          </item>
1575          <item>
1576           <property name="text" >
1577            <string>Force</string>
1578           </property>
1579          </item>
1580          <item>
1581           <property name="text" >
1582            <string>Apply Now</string>
1583           </property>
1584          </item>
1585          <item>
1586           <property name="text" >
1587            <string>Force Temporarily</string>
1588           </property>
1589          </item>
1590         </widget>
1591        </item>
1592        <item row="9" column="5" >
1593         <widget class="QPushButton" name="shortcut_edit" >
1594          <property name="text" >
1595           <string>Edit...</string>
1596          </property>
1597         </widget>
1598        </item>
1599        <item row="9" column="2" colspan="3" >
1600         <widget class="KRestrictedLine" name="shortcut" >
1601          <property name="enabled" >
1602           <bool>false</bool>
1603          </property>
1604         </widget>
1605        </item>
1606       </layout>
1607      </widget>
1608      <widget class="QWidget" name="TabPage" >
1609       <property name="geometry" >
1610        <rect>
1611         <x>0</x>
1612         <y>0</y>
1613         <width>681</width>
1614         <height>416</height>
1615        </rect>
1616       </property>
1617       <attribute name="title" >
1618        <string>W&amp;orkarounds</string>
1619       </attribute>
1620       <layout class="QGridLayout" >
1621        <item row="0" column="0" >
1622         <widget class="QCheckBox" name="enable_fsplevel" >
1623          <property name="text" >
1624           <string>&amp;Focus stealing prevention</string>
1625          </property>
1626         </widget>
1627        </item>
1628        <item row="2" column="1" >
1629         <widget class="KComboBox" name="rule_type" >
1630          <property name="enabled" >
1631           <bool>false</bool>
1632          </property>
1633          <item>
1634           <property name="text" >
1635            <string>Do Not Affect</string>
1636           </property>
1637          </item>
1638          <item>
1639           <property name="text" >
1640            <string>Force</string>
1641           </property>
1642          </item>
1643          <item>
1644           <property name="text" >
1645            <string>Force Temporarily</string>
1646           </property>
1647          </item>
1648         </widget>
1649        </item>
1650        <item row="2" column="3" >
1651         <widget class="KComboBox" name="type" >
1652          <property name="enabled" >
1653           <bool>false</bool>
1654          </property>
1655          <item>
1656           <property name="text" >
1657            <string>Normal Window</string>
1658           </property>
1659          </item>
1660          <item>
1661           <property name="text" >
1662            <string>Dialog Window</string>
1663           </property>
1664          </item>
1665          <item>
1666           <property name="text" >
1667            <string>Utility Window</string>
1668           </property>
1669          </item>
1670          <item>
1671           <property name="text" >
1672            <string>Dock (panel)</string>
1673           </property>
1674          </item>
1675          <item>
1676           <property name="text" >
1677            <string>Toolbar</string>
1678           </property>
1679          </item>
1680          <item>
1681           <property name="text" >
1682            <string>Torn-Off Menu</string>
1683           </property>
1684          </item>
1685          <item>
1686           <property name="text" >
1687            <string>Splash Screen</string>
1688           </property>
1689          </item>
1690          <item>
1691           <property name="text" >
1692            <string>Desktop</string>
1693           </property>
1694          </item>
1695          <item>
1696           <property name="text" >
1697            <string>Override Type</string>
1698           </property>
1699          </item>
1700          <item>
1701           <property name="text" >
1702            <string>Standalone Menubar</string>
1703           </property>
1704          </item>
1705         </widget>
1706        </item>
1707        <item row="1" column="3" >
1708         <widget class="KComboBox" name="moveresizemode" >
1709          <property name="enabled" >
1710           <bool>false</bool>
1711          </property>
1712          <item>
1713           <property name="text" >
1714            <string>Opaque</string>
1715           </property>
1716          </item>
1717          <item>
1718           <property name="text" >
1719            <string>Transparent</string>
1720           </property>
1721          </item>
1722         </widget>
1723        </item>
1724        <item row="2" column="0" >
1725         <widget class="QCheckBox" name="enable_type" >
1726          <property name="text" >
1727           <string>Window &amp;type</string>
1728          </property>
1729         </widget>
1730        </item>
1731        <item row="1" column="0" >
1732         <widget class="QCheckBox" name="enable_moveresizemode" >
1733          <property name="text" >
1734           <string>&amp;Moving/resizing</string>
1735          </property>
1736         </widget>
1737        </item>
1738        <item row="0" column="1" >
1739         <widget class="KComboBox" name="rule_fsplevel" >
1740          <property name="enabled" >
1741           <bool>false</bool>
1742          </property>
1743          <item>
1744           <property name="text" >
1745            <string>Do Not Affect</string>
1746           </property>
1747          </item>
1748          <item>
1749           <property name="text" >
1750            <string>Force</string>
1751           </property>
1752          </item>
1753          <item>
1754           <property name="text" >
1755            <string>Force Temporarily</string>
1756           </property>
1757          </item>
1758         </widget>
1759        </item>
1760        <item row="1" column="1" >
1761         <widget class="KComboBox" name="rule_moveresizemode" >
1762          <property name="enabled" >
1763           <bool>false</bool>
1764          </property>
1765          <item>
1766           <property name="text" >
1767            <string>Do Not Affect</string>
1768           </property>
1769          </item>
1770          <item>
1771           <property name="text" >
1772            <string>Force</string>
1773           </property>
1774          </item>
1775          <item>
1776           <property name="text" >
1777            <string>Force Temporarily</string>
1778           </property>
1779          </item>
1780         </widget>
1781        </item>
1782        <item row="0" column="3" >
1783         <widget class="KComboBox" name="fsplevel" >
1784          <property name="enabled" >
1785           <bool>false</bool>
1786          </property>
1787          <item>
1788           <property name="text" >
1789            <string>None</string>
1790           </property>
1791          </item>
1792          <item>
1793           <property name="text" >
1794            <string>Low</string>
1795           </property>
1796          </item>
1797          <item>
1798           <property name="text" >
1799            <string>Normal</string>
1800           </property>
1801          </item>
1802          <item>
1803           <property name="text" >
1804            <string>High</string>
1805           </property>
1806          </item>
1807          <item>
1808           <property name="text" >
1809            <string>Extreme</string>
1810           </property>
1811          </item>
1812         </widget>
1813        </item>
1814        <item row="5" column="3" >
1815         <widget class="KRestrictedLine" name="maxsize" >
1816          <property name="enabled" >
1817           <bool>false</bool>
1818          </property>
1819          <property name="validChars" stdset="0" >
1820           <string>0123456789-+,xX:</string>
1821          </property>
1822         </widget>
1823        </item>
1824        <item row="4" column="0" >
1825         <widget class="QCheckBox" name="enable_minsize" >
1826          <property name="text" >
1827           <string>M&amp;inimum size</string>
1828          </property>
1829         </widget>
1830        </item>
1831        <item row="4" column="1" >
1832         <widget class="KComboBox" name="rule_minsize" >
1833          <property name="enabled" >
1834           <bool>false</bool>
1835          </property>
1836          <item>
1837           <property name="text" >
1838            <string>Do Not Affect</string>
1839           </property>
1840          </item>
1841          <item>
1842           <property name="text" >
1843            <string>Force</string>
1844           </property>
1845          </item>
1846          <item>
1847           <property name="text" >
1848            <string>Force Temporarily</string>
1849           </property>
1850          </item>
1851         </widget>
1852        </item>
1853        <item row="5" column="0" >
1854         <widget class="QCheckBox" name="enable_maxsize" >
1855          <property name="text" >
1856           <string>M&amp;aximum size</string>
1857          </property>
1858         </widget>
1859        </item>
1860        <item row="4" column="3" >
1861         <widget class="KRestrictedLine" name="minsize" >
1862          <property name="enabled" >
1863           <bool>false</bool>
1864          </property>
1865          <property name="validChars" stdset="0" >
1866           <string>0123456789-+,xX:</string>
1867          </property>
1868         </widget>
1869        </item>
1870        <item row="5" column="1" >
1871         <widget class="KComboBox" name="rule_maxsize" >
1872          <property name="enabled" >
1873           <bool>false</bool>
1874          </property>
1875          <item>
1876           <property name="text" >
1877            <string>Do Not Affect</string>
1878           </property>
1879          </item>
1880          <item>
1881           <property name="text" >
1882            <string>Force</string>
1883           </property>
1884          </item>
1885          <item>
1886           <property name="text" >
1887            <string>Force Temporarily</string>
1888           </property>
1889          </item>
1890         </widget>
1891        </item>
1892        <item row="3" column="0" >
1893         <widget class="QCheckBox" name="enable_ignoreposition" >
1894          <property name="text" >
1895           <string>Ignore requested &amp;geometry</string>
1896          </property>
1897         </widget>
1898        </item>
1899        <item row="3" column="1" >
1900         <widget class="KComboBox" name="rule_ignoreposition" >
1901          <property name="enabled" >
1902           <bool>false</bool>
1903          </property>
1904          <item>
1905           <property name="text" >
1906            <string>Do Not Affect</string>
1907           </property>
1908          </item>
1909          <item>
1910           <property name="text" >
1911            <string>Force</string>
1912           </property>
1913          </item>
1914          <item>
1915           <property name="text" >
1916            <string>Force Temporarily</string>
1917           </property>
1918          </item>
1919         </widget>
1920        </item>
1921        <item row="3" column="3" >
1922         <widget class="QCheckBox" name="ignoreposition" >
1923          <property name="enabled" >
1924           <bool>false</bool>
1925          </property>
1926          <property name="text" >
1927           <string/>
1928          </property>
1929         </widget>
1930        </item>
1931        <item row="8" column="2" >
1932         <spacer>
1933          <property name="orientation" >
1934           <enum>Qt::Vertical</enum>
1935          </property>
1936          <property name="sizeType" >
1937           <enum>QSizePolicy::Expanding</enum>
1938          </property>
1939          <property name="sizeHint" stdset="0" >
1940           <size>
1941            <width>20</width>
1942            <height>160</height>
1943           </size>
1944          </property>
1945         </spacer>
1946        </item>
1947        <item row="6" column="0" >
1948         <widget class="QCheckBox" name="enable_strictgeometry" >
1949          <property name="text" >
1950           <string>Strictly obey geometry</string>
1951          </property>
1952          <property name="shortcut" >
1953           <string/>
1954          </property>
1955         </widget>
1956        </item>
1957        <item row="6" column="1" >
1958         <widget class="KComboBox" name="rule_strictgeometry" >
1959          <property name="enabled" >
1960           <bool>false</bool>
1961          </property>
1962          <item>
1963           <property name="text" >
1964            <string>Do Not Affect</string>
1965           </property>
1966          </item>
1967          <item>
1968           <property name="text" >
1969            <string>Force</string>
1970           </property>
1971          </item>
1972          <item>
1973           <property name="text" >
1974            <string>Force Temporarily</string>
1975           </property>
1976          </item>
1977         </widget>
1978        </item>
1979        <item row="6" column="3" >
1980         <widget class="QCheckBox" name="strictgeometry" >
1981          <property name="enabled" >
1982           <bool>false</bool>
1983          </property>
1984          <property name="text" >
1985           <string/>
1986          </property>
1987         </widget>
1988        </item>
1989        <item row="7" column="3" >
1990         <widget class="QCheckBox" name="disableglobalshortcuts" >
1991          <property name="enabled" >
1992           <bool>false</bool>
1993          </property>
1994          <property name="text" >
1995           <string/>
1996          </property>
1997         </widget>
1998        </item>
1999        <item row="7" column="0" >
2000         <widget class="QCheckBox" name="enable_disableglobalshortcuts" >
2001          <property name="text" >
2002           <string>Block global shortcuts</string>
2003          </property>
2004          <property name="shortcut" >
2005           <string/>
2006          </property>
2007         </widget>
2008        </item>
2009        <item row="7" column="1" >
2010         <widget class="KComboBox" name="rule_disableglobalshortcuts" >
2011          <property name="enabled" >
2012           <bool>false</bool>
2013          </property>
2014          <item>
2015           <property name="text" >
2016            <string>Do Not Affect</string>
2017           </property>
2018          </item>
2019          <item>
2020           <property name="text" >
2021            <string>Force</string>
2022           </property>
2023          </item>
2024          <item>
2025           <property name="text" >
2026            <string>Force Temporarily</string>
2027           </property>
2028          </item>
2029         </widget>
2030        </item>
2031       </layout>
2032      </widget>
2033     </widget>
2034    </item>
2035   </layout>
2036  </widget>
2037  <layoutdefault spacing="6" margin="11" />
2038  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
2039  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
2040  <customwidgets>
2041   <customwidget>
2042    <class>KComboBox</class>
2043    <extends>QComboBox</extends>
2044    <header>kcombobox.h</header>
2045   </customwidget>
2046   <customwidget>
2047    <class>KLineEdit</class>
2048    <extends>QLineEdit</extends>
2049    <header>klineedit.h</header>
2050   </customwidget>
2051   <customwidget>
2052    <class>KPushButton</class>
2053    <extends>QPushButton</extends>
2054    <header>kpushbutton.h</header>
2055   </customwidget>
2056   <customwidget>
2057    <class>KRestrictedLine</class>
2058    <extends>KLineEdit</extends>
2059    <header>krestrictedline.h</header>
2060   </customwidget>
2061  </customwidgets>
2062  <tabstops>
2063   <tabstop>tabs</tabstop>
2064   <tabstop>description</tabstop>
2065   <tabstop>wmclass</tabstop>
2066   <tabstop>whole_wmclass</tabstop>
2067   <tabstop>wmclass_match</tabstop>
2068   <tabstop>edit_reg_wmclass</tabstop>
2069   <tabstop>role</tabstop>
2070   <tabstop>role_match</tabstop>
2071   <tabstop>edit_reg_role</tabstop>
2072   <tabstop>detect</tabstop>
2073   <tabstop>types</tabstop>
2074   <tabstop>title</tabstop>
2075   <tabstop>title_match</tabstop>
2076   <tabstop>edit_reg_title</tabstop>
2077   <tabstop>extra</tabstop>
2078   <tabstop>extra_match</tabstop>
2079   <tabstop>edit_reg_extra</tabstop>
2080   <tabstop>machine</tabstop>
2081   <tabstop>machine_match</tabstop>
2082   <tabstop>edit_reg_machine</tabstop>
2083   <tabstop>enable_position</tabstop>
2084   <tabstop>rule_position</tabstop>
2085   <tabstop>position</tabstop>
2086   <tabstop>enable_size</tabstop>
2087   <tabstop>rule_size</tabstop>
2088   <tabstop>size</tabstop>
2089   <tabstop>enable_maximizehoriz</tabstop>
2090   <tabstop>rule_maximizehoriz</tabstop>
2091   <tabstop>maximizehoriz</tabstop>
2092   <tabstop>enable_maximizevert</tabstop>
2093   <tabstop>rule_maximizevert</tabstop>
2094   <tabstop>maximizevert</tabstop>
2095   <tabstop>enable_fullscreen</tabstop>
2096   <tabstop>rule_fullscreen</tabstop>
2097   <tabstop>fullscreen</tabstop>
2098   <tabstop>enable_desktop</tabstop>
2099   <tabstop>rule_desktop</tabstop>
2100   <tabstop>desktop</tabstop>
2101   <tabstop>enable_minimize</tabstop>
2102   <tabstop>rule_minimize</tabstop>
2103   <tabstop>minimize</tabstop>
2104   <tabstop>enable_shade</tabstop>
2105   <tabstop>rule_shade</tabstop>
2106   <tabstop>shade</tabstop>
2107   <tabstop>enable_placement</tabstop>
2108   <tabstop>rule_placement</tabstop>
2109   <tabstop>placement</tabstop>
2110   <tabstop>enable_above</tabstop>
2111   <tabstop>rule_above</tabstop>
2112   <tabstop>above</tabstop>
2113   <tabstop>enable_below</tabstop>
2114   <tabstop>rule_below</tabstop>
2115   <tabstop>below</tabstop>
2116   <tabstop>enable_noborder</tabstop>
2117   <tabstop>rule_noborder</tabstop>
2118   <tabstop>noborder</tabstop>
2119   <tabstop>enable_skiptaskbar</tabstop>
2120   <tabstop>rule_skiptaskbar</tabstop>
2121   <tabstop>skiptaskbar</tabstop>
2122   <tabstop>enable_skippager</tabstop>
2123   <tabstop>rule_skippager</tabstop>
2124   <tabstop>skippager</tabstop>
2125   <tabstop>enable_acceptfocus</tabstop>
2126   <tabstop>rule_acceptfocus</tabstop>
2127   <tabstop>acceptfocus</tabstop>
2128   <tabstop>enable_closeable</tabstop>
2129   <tabstop>rule_closeable</tabstop>
2130   <tabstop>closeable</tabstop>
2131   <tabstop>enable_opacityactive</tabstop>
2132   <tabstop>rule_opacityactive</tabstop>
2133   <tabstop>opacityactive</tabstop>
2134   <tabstop>enable_opacityinactive</tabstop>
2135   <tabstop>rule_opacityinactive</tabstop>
2136   <tabstop>opacityinactive</tabstop>
2137   <tabstop>enable_shortcut</tabstop>
2138   <tabstop>rule_shortcut</tabstop>
2139   <tabstop>shortcut</tabstop>
2140   <tabstop>shortcut_edit</tabstop>
2141   <tabstop>enable_fsplevel</tabstop>
2142   <tabstop>rule_fsplevel</tabstop>
2143   <tabstop>fsplevel</tabstop>
2144   <tabstop>enable_moveresizemode</tabstop>
2145   <tabstop>rule_moveresizemode</tabstop>
2146   <tabstop>moveresizemode</tabstop>
2147   <tabstop>enable_type</tabstop>
2148   <tabstop>rule_type</tabstop>
2149   <tabstop>type</tabstop>
2150   <tabstop>enable_ignoreposition</tabstop>
2151   <tabstop>rule_ignoreposition</tabstop>
2152   <tabstop>ignoreposition</tabstop>
2153   <tabstop>enable_minsize</tabstop>
2154   <tabstop>rule_minsize</tabstop>
2155   <tabstop>minsize</tabstop>
2156   <tabstop>enable_maxsize</tabstop>
2157   <tabstop>rule_maxsize</tabstop>
2158   <tabstop>maxsize</tabstop>
2159   <tabstop>enable_strictgeometry</tabstop>
2160   <tabstop>rule_strictgeometry</tabstop>
2161   <tabstop>strictgeometry</tabstop>
2162   <tabstop>enable_disableglobalshortcuts</tabstop>
2163   <tabstop>rule_disableglobalshortcuts</tabstop>
2164   <tabstop>disableglobalshortcuts</tabstop>
2165  </tabstops>
2166  <resources/>
2167  <connections>
2168   <connection>
2169    <sender>detect</sender>
2170    <signal>clicked()</signal>
2171    <receiver>KWin::RulesWidgetBase</receiver>
2172    <slot>detectClicked()</slot>
2173    <hints>
2174     <hint type="sourcelabel" >
2175      <x>20</x>
2176      <y>20</y>
2177     </hint>
2178     <hint type="destinationlabel" >
2179      <x>20</x>
2180      <y>20</y>
2181     </hint>
2182    </hints>
2183   </connection>
2184   <connection>
2185    <sender>wmclass_match</sender>
2186    <signal>activated(int)</signal>
2187    <receiver>KWin::RulesWidgetBase</receiver>
2188    <slot>wmclassMatchChanged()</slot>
2189    <hints>
2190     <hint type="sourcelabel" >
2191      <x>20</x>
2192      <y>20</y>
2193     </hint>
2194     <hint type="destinationlabel" >
2195      <x>20</x>
2196      <y>20</y>
2197     </hint>
2198    </hints>
2199   </connection>
2200   <connection>
2201    <sender>role_match</sender>
2202    <signal>activated(int)</signal>
2203    <receiver>KWin::RulesWidgetBase</receiver>
2204    <slot>roleMatchChanged()</slot>
2205    <hints>
2206     <hint type="sourcelabel" >
2207      <x>20</x>
2208      <y>20</y>
2209     </hint>
2210     <hint type="destinationlabel" >
2211      <x>20</x>
2212      <y>20</y>
2213     </hint>
2214    </hints>
2215   </connection>
2216   <connection>
2217    <sender>title_match</sender>
2218    <signal>activated(int)</signal>
2219    <receiver>KWin::RulesWidgetBase</receiver>
2220    <slot>titleMatchChanged()</slot>
2221    <hints>
2222     <hint type="sourcelabel" >
2223      <x>20</x>
2224      <y>20</y>
2225     </hint>
2226     <hint type="destinationlabel" >
2227      <x>20</x>
2228      <y>20</y>
2229     </hint>
2230    </hints>
2231   </connection>
2232   <connection>
2233    <sender>extra_match</sender>
2234    <signal>activated(int)</signal>
2235    <receiver>KWin::RulesWidgetBase</receiver>
2236    <slot>extraMatchChanged()</slot>
2237    <hints>
2238     <hint type="sourcelabel" >
2239      <x>20</x>
2240      <y>20</y>
2241     </hint>
2242     <hint type="destinationlabel" >
2243      <x>20</x>
2244      <y>20</y>
2245     </hint>
2246    </hints>
2247   </connection>
2248   <connection>
2249    <sender>machine_match</sender>
2250    <signal>activated(int)</signal>
2251    <receiver>KWin::RulesWidgetBase</receiver>
2252    <slot>machineMatchChanged()</slot>
2253    <hints>
2254     <hint type="sourcelabel" >
2255      <x>20</x>
2256      <y>20</y>
2257     </hint>
2258     <hint type="destinationlabel" >
2259      <x>20</x>
2260      <y>20</y>
2261     </hint>
2262    </hints>
2263   </connection>
2264   <connection>
2265    <sender>shortcut_edit</sender>
2266    <signal>clicked()</signal>
2267    <receiver>KWin::RulesWidgetBase</receiver>
2268    <slot>shortcutEditClicked()</slot>
2269    <hints>
2270     <hint type="sourcelabel" >
2271      <x>20</x>
2272      <y>20</y>
2273     </hint>
2274     <hint type="destinationlabel" >
2275      <x>20</x>
2276      <y>20</y>
2277     </hint>
2278    </hints>
2279   </connection>
2280  </connections>
2281 </ui>