|
9 | 9 | <x>0</x> |
10 | 10 | <y>0</y> |
11 | 11 | <width>435</width> |
12 | | - <height>389</height> |
| 12 | + <height>320</height> |
13 | 13 | </rect> |
14 | 14 | </property> |
15 | 15 | <property name="sizePolicy" > |
|
33 | 33 | <property name="spacing" > |
34 | 34 | <number>6</number> |
35 | 35 | </property> |
| 36 | + <item row="0" column="1" > |
| 37 | + <layout class="QVBoxLayout" > |
| 38 | + <property name="margin" > |
| 39 | + <number>0</number> |
| 40 | + </property> |
| 41 | + <property name="spacing" > |
| 42 | + <number>6</number> |
| 43 | + </property> |
| 44 | + <item> |
| 45 | + <widget class="QPushButton" name="btnOk" > |
| 46 | + <property name="text" > |
| 47 | + <string>OK</string> |
| 48 | + </property> |
| 49 | + <property name="shortcut" > |
| 50 | + <string/> |
| 51 | + </property> |
| 52 | + <property name="autoDefault" > |
| 53 | + <bool>true</bool> |
| 54 | + </property> |
| 55 | + <property name="default" > |
| 56 | + <bool>true</bool> |
| 57 | + </property> |
| 58 | + </widget> |
| 59 | + </item> |
| 60 | + <item> |
| 61 | + <widget class="QPushButton" name="btnCancel" > |
| 62 | + <property name="text" > |
| 63 | + <string>Cancel</string> |
| 64 | + </property> |
| 65 | + <property name="shortcut" > |
| 66 | + <string/> |
| 67 | + </property> |
| 68 | + <property name="autoDefault" > |
| 69 | + <bool>true</bool> |
| 70 | + </property> |
| 71 | + </widget> |
| 72 | + </item> |
| 73 | + <item> |
| 74 | + <widget class="QPushButton" name="btnHelp" > |
| 75 | + <property name="enabled" > |
| 76 | + <bool>true</bool> |
| 77 | + </property> |
| 78 | + <property name="text" > |
| 79 | + <string>Help</string> |
| 80 | + </property> |
| 81 | + <property name="shortcut" > |
| 82 | + <string>F1</string> |
| 83 | + </property> |
| 84 | + <property name="autoDefault" > |
| 85 | + <bool>true</bool> |
| 86 | + </property> |
| 87 | + </widget> |
| 88 | + </item> |
| 89 | + <item> |
| 90 | + <spacer> |
| 91 | + <property name="orientation" > |
| 92 | + <enum>Qt::Vertical</enum> |
| 93 | + </property> |
| 94 | + <property name="sizeType" > |
| 95 | + <enum>QSizePolicy::Expanding</enum> |
| 96 | + </property> |
| 97 | + <property name="sizeHint" > |
| 98 | + <size> |
| 99 | + <width>87</width> |
| 100 | + <height>150</height> |
| 101 | + </size> |
| 102 | + </property> |
| 103 | + </spacer> |
| 104 | + </item> |
| 105 | + </layout> |
| 106 | + </item> |
36 | 107 | <item row="0" column="0" > |
37 | 108 | <widget class="Q3GroupBox" name="GroupBox1" > |
38 | 109 | <property name="title" > |
|
192 | 263 | </item> |
193 | 264 | </layout> |
194 | 265 | </item> |
| 266 | + <item> |
| 267 | + <widget class="QCheckBox" name="cb_geometryColumnsOnly" > |
| 268 | + <property name="toolTip" > |
| 269 | + <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;">Restrict the displayed tables to those that are in the geometry_columns table</p></body></html></string> |
| 270 | + </property> |
| 271 | + <property name="whatsThis" > |
| 272 | + <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:12pt;">Restricts the displayed tables to those that are in the geometry_columns table. This can speed up the initial display of spatial tables.</p></body></html></string> |
| 273 | + </property> |
| 274 | + <property name="text" > |
| 275 | + <string>Only look in the geometry_columns table</string> |
| 276 | + </property> |
| 277 | + </widget> |
| 278 | + </item> |
195 | 279 | <item> |
196 | 280 | <widget class="QCheckBox" name="cb_publicSchemaOnly" > |
197 | 281 | <property name="toolTip" > |
|
208 | 292 | </layout> |
209 | 293 | </widget> |
210 | 294 | </item> |
211 | | - <item row="0" column="1" > |
212 | | - <layout class="QVBoxLayout" > |
213 | | - <property name="margin" > |
214 | | - <number>0</number> |
215 | | - </property> |
216 | | - <property name="spacing" > |
217 | | - <number>6</number> |
218 | | - </property> |
219 | | - <item> |
220 | | - <widget class="QPushButton" name="btnOk" > |
221 | | - <property name="text" > |
222 | | - <string>OK</string> |
223 | | - </property> |
224 | | - <property name="shortcut" > |
225 | | - <string/> |
226 | | - </property> |
227 | | - <property name="autoDefault" > |
228 | | - <bool>true</bool> |
229 | | - </property> |
230 | | - <property name="default" > |
231 | | - <bool>true</bool> |
232 | | - </property> |
233 | | - </widget> |
234 | | - </item> |
235 | | - <item> |
236 | | - <widget class="QPushButton" name="btnCancel" > |
237 | | - <property name="text" > |
238 | | - <string>Cancel</string> |
239 | | - </property> |
240 | | - <property name="shortcut" > |
241 | | - <string/> |
242 | | - </property> |
243 | | - <property name="autoDefault" > |
244 | | - <bool>true</bool> |
245 | | - </property> |
246 | | - </widget> |
247 | | - </item> |
248 | | - <item> |
249 | | - <widget class="QPushButton" name="btnHelp" > |
250 | | - <property name="enabled" > |
251 | | - <bool>true</bool> |
252 | | - </property> |
253 | | - <property name="text" > |
254 | | - <string>Help</string> |
255 | | - </property> |
256 | | - <property name="shortcut" > |
257 | | - <string>F1</string> |
258 | | - </property> |
259 | | - <property name="autoDefault" > |
260 | | - <bool>true</bool> |
261 | | - </property> |
262 | | - </widget> |
263 | | - </item> |
264 | | - <item> |
265 | | - <spacer> |
266 | | - <property name="orientation" > |
267 | | - <enum>Qt::Vertical</enum> |
268 | | - </property> |
269 | | - <property name="sizeType" > |
270 | | - <enum>QSizePolicy::Expanding</enum> |
271 | | - </property> |
272 | | - <property name="sizeHint" > |
273 | | - <size> |
274 | | - <width>87</width> |
275 | | - <height>200</height> |
276 | | - </size> |
277 | | - </property> |
278 | | - </spacer> |
279 | | - </item> |
280 | | - </layout> |
281 | | - </item> |
282 | 295 | </layout> |
283 | 296 | </widget> |
284 | 297 | <layoutdefault spacing="6" margin="11" /> |
285 | 298 | <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
286 | 299 | <customwidgets> |
287 | 300 | <customwidget> |
288 | 301 | <class>Q3GroupBox</class> |
289 | | - <extends></extends> |
| 302 | + <extends>QGroupBox</extends> |
290 | 303 | <header>Qt3Support/Q3GroupBox</header> |
291 | 304 | <container>1</container> |
292 | 305 | <pixmap></pixmap> |
|
0 commit comments