not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / xinerama / xineramawidget.ui
blobef24617c7998e8d0cd7e56874443fde28defdffa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>XineramaWidget</class>
4 <widget class="QWidget" name="XineramaWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>449</width>
10 <height>460</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <item>
15 <widget class="QGroupBox" name="ButtonGroup1">
16 <property name="title">
17 <string>Multiple Monitor Support</string>
18 </property>
19 <layout class="QVBoxLayout">
20 <item>
21 <widget class="QCheckBox" name="_enableXinerama">
22 <property name="text">
23 <string>Enable multiple monitor virtual desktop support</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QCheckBox" name="_enableResistance">
29 <property name="enabled">
30 <bool>false</bool>
31 </property>
32 <property name="text">
33 <string>Enable multiple monitor window resistance support</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QCheckBox" name="_enablePlacement">
39 <property name="enabled">
40 <bool>false</bool>
41 </property>
42 <property name="text">
43 <string>Enable multiple monitor window placement support</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QCheckBox" name="_enableMaximize">
49 <property name="enabled">
50 <bool>false</bool>
51 </property>
52 <property name="text">
53 <string>Enable multiple monitor window maximize support</string>
54 </property>
55 </widget>
56 </item>
57 <item>
58 <widget class="QCheckBox" name="_enableFullscreen">
59 <property name="enabled">
60 <bool>false</bool>
61 </property>
62 <property name="text">
63 <string>Enable multiple monitor window fullscreen support</string>
64 </property>
65 </widget>
66 </item>
67 </layout>
68 </widget>
69 </item>
70 <item>
71 <widget class="QTableWidget" name="headTable">
72 <property name="enabled">
73 <bool>true</bool>
74 </property>
75 <property name="sizePolicy">
76 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
77 <horstretch>0</horstretch>
78 <verstretch>0</verstretch>
79 </sizepolicy>
80 </property>
81 <property name="selectionMode">
82 <enum>QAbstractItemView::MultiSelection</enum>
83 </property>
84 <property name="selectionBehavior">
85 <enum>QAbstractItemView::SelectRows</enum>
86 </property>
87 <property name="showGrid">
88 <bool>true</bool>
89 </property>
90 <row>
91 <property name="text">
92 <string>1</string>
93 </property>
94 </row>
95 <row>
96 <property name="text">
97 <string>2</string>
98 </property>
99 </row>
100 <column>
101 <property name="text">
102 <string>X Coordinate</string>
103 </property>
104 </column>
105 <column>
106 <property name="text">
107 <string>Y Coordinate</string>
108 </property>
109 </column>
110 <column>
111 <property name="text">
112 <string>Width</string>
113 </property>
114 </column>
115 <column>
116 <property name="text">
117 <string>Height</string>
118 </property>
119 </column>
120 </widget>
121 </item>
122 <item>
123 <layout class="QGridLayout">
124 <property name="margin">
125 <number>0</number>
126 </property>
127 <item row="0" column="0">
128 <widget class="QLabel" name="TextLabel2">
129 <property name="enabled">
130 <bool>false</bool>
131 </property>
132 <property name="text">
133 <string>Show unmanaged windows on:</string>
134 </property>
135 <property name="wordWrap">
136 <bool>false</bool>
137 </property>
138 <property name="buddy">
139 <cstring>_unmanagedDisplay</cstring>
140 </property>
141 </widget>
142 </item>
143 <item row="0" column="1">
144 <widget class="QComboBox" name="_unmanagedDisplay">
145 <property name="enabled">
146 <bool>false</bool>
147 </property>
148 </widget>
149 </item>
150 </layout>
151 </item>
152 <item>
153 <layout class="QHBoxLayout">
154 <item>
155 <spacer>
156 <property name="orientation">
157 <enum>Qt::Horizontal</enum>
158 </property>
159 <property name="sizeHint" stdset="0">
160 <size>
161 <width>40</width>
162 <height>20</height>
163 </size>
164 </property>
165 </spacer>
166 </item>
167 <item>
168 <widget class="QPushButton" name="_identify">
169 <property name="text">
170 <string>&amp;Identify All Displays</string>
171 </property>
172 </widget>
173 </item>
174 </layout>
175 </item>
176 <item>
177 <spacer>
178 <property name="orientation">
179 <enum>Qt::Vertical</enum>
180 </property>
181 <property name="sizeType">
182 <enum>QSizePolicy::Expanding</enum>
183 </property>
184 <property name="sizeHint" stdset="0">
185 <size>
186 <width>431</width>
187 <height>21</height>
188 </size>
189 </property>
190 </spacer>
191 </item>
192 </layout>
193 </widget>
194 <layoutdefault spacing="3" margin="6"/>
195 <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
196 <includes>
197 <include location="local">kdialog.h</include>
198 </includes>
199 <resources/>
200 <connections/>
201 </ui>