add more spacing
[personal-kdebase.git] / workspace / kwin / clients / plastik / config / configdialog.ui
blob772b0bf49e7e1c8b461835bb1a58090cbb4f1346
1 <ui version="4.0" >
2  <class>ConfigDialog</class>
3  <widget class="QWidget" name="ConfigDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>541</width>
9     <height>176</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Config Dialog</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>0</number>
18    </property>
19    <item>
20     <widget class="KButtonGroup" name="titleAlign" >
21      <property name="title" >
22       <string>Title &amp;Alignment</string>
23      </property>
24      <layout class="QHBoxLayout" name="horizontalLayout" >
25       <item>
26        <widget class="QRadioButton" name="AlignLeft" >
27         <property name="text" >
28          <string>Left</string>
29         </property>
30        </widget>
31       </item>
32       <item>
33        <widget class="QRadioButton" name="AlignHCenter" >
34         <property name="text" >
35          <string>Center</string>
36         </property>
37        </widget>
38       </item>
39       <item>
40        <widget class="QRadioButton" name="AlignRight" >
41         <property name="text" >
42          <string>Right</string>
43         </property>
44        </widget>
45       </item>
46      </layout>
47      <zorder>AlignLeft</zorder>
48      <zorder>AlignHCenter</zorder>
49      <zorder>titleAlign_</zorder>
50      <zorder>AlignRight</zorder>
51     </widget>
52    </item>
53    <item>
54     <widget class="QCheckBox" name="coloredBorder" >
55      <property name="whatsThis" >
56       <string>Check this option if the window border should be painted in the titlebar color. Otherwise it will be painted in the background color.</string>
57      </property>
58      <property name="text" >
59       <string>Colored window border</string>
60      </property>
61      <property name="shortcut" >
62       <string/>
63      </property>
64     </widget>
65    </item>
66    <item>
67     <widget class="QCheckBox" name="titleShadow" >
68      <property name="whatsThis" >
69       <string>Check this option if you want the titlebar text to have a 3D look with a shadow behind it.</string>
70      </property>
71      <property name="text" >
72       <string>Use shadowed &amp;text</string>
73      </property>
74     </widget>
75    </item>
76    <item>
77     <widget class="QCheckBox" name="animateButtons" >
78      <property name="whatsThis" >
79       <string>Check this option if you want the buttons to fade in when the mouse pointer hovers over them and fade out again when it moves away.</string>
80      </property>
81      <property name="text" >
82       <string>Animate buttons</string>
83      </property>
84     </widget>
85    </item>
86    <item>
87     <widget class="QCheckBox" name="menuClose" >
88      <property name="whatsThis" >
89       <string>Check this option if you want windows to be closed when you double click the menu button, similar to Microsoft Windows.</string>
90      </property>
91      <property name="text" >
92       <string>Close windows by double clicking the menu button</string>
93      </property>
94     </widget>
95    </item>
96   </layout>
97  </widget>
98  <layoutdefault spacing="6" margin="11" />
99  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
100  <customwidgets>
101   <customwidget>
102    <class>KButtonGroup</class>
103    <extends>QGroupBox</extends>
104    <header>kbuttongroup.h</header>
105    <container>1</container>
106   </customwidget>
107  </customwidgets>
108  <tabstops>
109   <tabstop>animateButtons</tabstop>
110   <tabstop>titleShadow</tabstop>
111  </tabstops>
112  <resources/>
113  <connections/>
114 </ui>