|
58 | 58 | <rect>
|
59 | 59 | <x>0</x>
|
60 | 60 | <y>0</y>
|
61 |
| - <width>543</width> |
62 |
| - <height>674</height> |
| 61 | + <width>554</width> |
| 62 | + <height>642</height> |
63 | 63 | </rect>
|
64 | 64 | </property>
|
65 | 65 | <layout class="QGridLayout" name="gridLayout_2">
|
|
137 | 137 | <property name="title">
|
138 | 138 | <string>Autocompletion</string>
|
139 | 139 | </property>
|
| 140 | + <property name="checkable"> |
| 141 | + <bool>true</bool> |
| 142 | + </property> |
140 | 143 | <property name="collapsed" stdset="0">
|
141 | 144 | <bool>true</bool>
|
142 | 145 | </property>
|
143 |
| - <layout class="QGridLayout" name="gridLayout_7"> |
| 146 | + <property name="saveCheckedState" stdset="0"> |
| 147 | + <bool>true</bool> |
| 148 | + </property> |
| 149 | + <property name="saveCollapsedState" stdset="0"> |
| 150 | + <bool>true</bool> |
| 151 | + </property> |
| 152 | + <layout class="QGridLayout" name="gridLayout_4"> |
144 | 153 | <item row="0" column="0">
|
145 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
146 |
| - <item> |
147 |
| - <widget class="QCheckBox" name="autoCompleteEnabledEditor"> |
148 |
| - <property name="text"> |
149 |
| - <string>Autocompletion enabled</string> |
150 |
| - </property> |
151 |
| - <property name="checked"> |
152 |
| - <bool>true</bool> |
153 |
| - </property> |
154 |
| - </widget> |
155 |
| - </item> |
156 |
| - <item> |
157 |
| - <spacer name="horizontalSpacer"> |
158 |
| - <property name="orientation"> |
159 |
| - <enum>Qt::Horizontal</enum> |
160 |
| - </property> |
161 |
| - <property name="sizeHint" stdset="0"> |
162 |
| - <size> |
163 |
| - <width>40</width> |
164 |
| - <height>20</height> |
165 |
| - </size> |
166 |
| - </property> |
167 |
| - </spacer> |
168 |
| - </item> |
169 |
| - <item> |
170 |
| - <layout class="QGridLayout" name="gridLayout_4"> |
171 |
| - <item row="0" column="0"> |
172 |
| - <widget class="QLabel" name="label_2"> |
173 |
| - <property name="text"> |
174 |
| - <string>Threshold</string> |
175 |
| - </property> |
176 |
| - </widget> |
177 |
| - </item> |
178 |
| - <item row="0" column="1"> |
179 |
| - <widget class="QSpinBox" name="autoCompThresholdEditor"> |
180 |
| - <property name="maximum"> |
181 |
| - <number>10</number> |
182 |
| - </property> |
183 |
| - <property name="value"> |
184 |
| - <number>2</number> |
185 |
| - </property> |
186 |
| - </widget> |
187 |
| - </item> |
188 |
| - </layout> |
189 |
| - </item> |
190 |
| - </layout> |
| 154 | + <widget class="QLabel" name="label_2"> |
| 155 | + <property name="text"> |
| 156 | + <string>Autocompletion threshold</string> |
| 157 | + </property> |
| 158 | + </widget> |
| 159 | + </item> |
| 160 | + <item row="0" column="1"> |
| 161 | + <widget class="QSpinBox" name="autoCompThresholdEditor"> |
| 162 | + <property name="maximum"> |
| 163 | + <number>10</number> |
| 164 | + </property> |
| 165 | + <property name="value"> |
| 166 | + <number>2</number> |
| 167 | + </property> |
| 168 | + </widget> |
191 | 169 | </item>
|
192 |
| - <item row="1" column="0"> |
| 170 | + <item row="1" column="0" colspan="2"> |
193 | 171 | <layout class="QGridLayout" name="layoutRadioButtonEditor">
|
194 | 172 | <item row="0" column="0">
|
195 | 173 | <widget class="QRadioButton" name="autoCompFromDocEditor">
|
|
255 | 233 | <string>Console</string>
|
256 | 234 | </property>
|
257 | 235 | <layout class="QGridLayout" name="gridLayout_9">
|
258 |
| - <item row="3" column="0"> |
259 |
| - <widget class="QgsCollapsibleGroupBox" name="groupBoxAutoCompletion"> |
260 |
| - <property name="title"> |
261 |
| - <string>Autocompletion</string> |
262 |
| - </property> |
263 |
| - <property name="collapsed" stdset="0"> |
264 |
| - <bool>false</bool> |
265 |
| - </property> |
266 |
| - <layout class="QGridLayout" name="gridLayout_8"> |
267 |
| - <item row="0" column="0"> |
268 |
| - <layout class="QHBoxLayout" name="horizontalLayout_4"> |
269 |
| - <item> |
270 |
| - <widget class="QCheckBox" name="autoCompleteEnabled"> |
271 |
| - <property name="text"> |
272 |
| - <string>Autocompletion enabled</string> |
273 |
| - </property> |
274 |
| - <property name="checked"> |
275 |
| - <bool>true</bool> |
276 |
| - </property> |
277 |
| - </widget> |
278 |
| - </item> |
279 |
| - <item> |
280 |
| - <spacer name="horizontalSpacer_2"> |
281 |
| - <property name="orientation"> |
282 |
| - <enum>Qt::Horizontal</enum> |
283 |
| - </property> |
284 |
| - <property name="sizeHint" stdset="0"> |
285 |
| - <size> |
286 |
| - <width>40</width> |
287 |
| - <height>20</height> |
288 |
| - </size> |
289 |
| - </property> |
290 |
| - </spacer> |
291 |
| - </item> |
292 |
| - <item> |
293 |
| - <layout class="QGridLayout" name="gridLayout_5"> |
294 |
| - <item row="0" column="0"> |
295 |
| - <widget class="QLabel" name="label_6"> |
296 |
| - <property name="text"> |
297 |
| - <string>Threshold</string> |
298 |
| - </property> |
299 |
| - </widget> |
300 |
| - </item> |
301 |
| - <item row="0" column="1"> |
302 |
| - <widget class="QSpinBox" name="autoCompThreshold"> |
303 |
| - <property name="maximum"> |
304 |
| - <number>10</number> |
305 |
| - </property> |
306 |
| - <property name="value"> |
307 |
| - <number>2</number> |
308 |
| - </property> |
309 |
| - </widget> |
310 |
| - </item> |
311 |
| - </layout> |
312 |
| - </item> |
313 |
| - </layout> |
314 |
| - </item> |
315 |
| - <item row="1" column="0"> |
316 |
| - <layout class="QGridLayout" name="layoutRadioButton"> |
317 |
| - <item row="0" column="0"> |
318 |
| - <widget class="QRadioButton" name="autoCompFromDoc"> |
319 |
| - <property name="toolTip"> |
320 |
| - <string>Get autocompletion from current document</string> |
321 |
| - </property> |
322 |
| - <property name="text"> |
323 |
| - <string>from Document</string> |
324 |
| - </property> |
325 |
| - </widget> |
326 |
| - </item> |
327 |
| - <item row="0" column="1"> |
328 |
| - <widget class="QRadioButton" name="autoCompFromAPI"> |
329 |
| - <property name="toolTip"> |
330 |
| - <string>Get autocompletion from installed APIs</string> |
331 |
| - </property> |
332 |
| - <property name="text"> |
333 |
| - <string>from APIs files</string> |
334 |
| - </property> |
335 |
| - <property name="checked"> |
336 |
| - <bool>true</bool> |
337 |
| - </property> |
338 |
| - </widget> |
339 |
| - </item> |
340 |
| - <item row="0" column="2"> |
341 |
| - <widget class="QRadioButton" name="autoCompFromDocAPI"> |
342 |
| - <property name="toolTip"> |
343 |
| - <string>Get autocompletion from current document and installed APIs</string> |
344 |
| - </property> |
345 |
| - <property name="text"> |
346 |
| - <string>from Doc and APIs</string> |
347 |
| - </property> |
348 |
| - </widget> |
349 |
| - </item> |
350 |
| - </layout> |
351 |
| - </item> |
352 |
| - </layout> |
353 |
| - </widget> |
354 |
| - </item> |
355 | 236 | <item row="1" column="0">
|
356 | 237 | <layout class="QHBoxLayout" name="horizontalLayout">
|
357 | 238 | <item>
|
|
408 | 289 | </item>
|
409 | 290 | </layout>
|
410 | 291 | </item>
|
411 |
| - <item row="4" column="0"> |
| 292 | + <item row="6" column="0"> |
412 | 293 | <widget class="QCheckBox" name="autoCloseBracket">
|
413 | 294 | <property name="text">
|
414 | 295 | <string>Automatic parentheses insertion</string>
|
415 | 296 | </property>
|
416 | 297 | </widget>
|
417 | 298 | </item>
|
| 299 | + <item row="5" column="0"> |
| 300 | + <widget class="QgsCollapsibleGroupBox" name="groupBoxAutoCompletion"> |
| 301 | + <property name="title"> |
| 302 | + <string>Autocompletion</string> |
| 303 | + </property> |
| 304 | + <property name="checkable"> |
| 305 | + <bool>true</bool> |
| 306 | + </property> |
| 307 | + <property name="collapsed" stdset="0"> |
| 308 | + <bool>false</bool> |
| 309 | + </property> |
| 310 | + <property name="saveCheckedState" stdset="0"> |
| 311 | + <bool>true</bool> |
| 312 | + </property> |
| 313 | + <property name="saveCollapsedState" stdset="0"> |
| 314 | + <bool>true</bool> |
| 315 | + </property> |
| 316 | + <layout class="QGridLayout" name="gridLayout_5"> |
| 317 | + <item row="0" column="0"> |
| 318 | + <widget class="QLabel" name="label_6"> |
| 319 | + <property name="text"> |
| 320 | + <string>Autocompletion threshold</string> |
| 321 | + </property> |
| 322 | + </widget> |
| 323 | + </item> |
| 324 | + <item row="0" column="1"> |
| 325 | + <widget class="QSpinBox" name="autoCompThreshold"> |
| 326 | + <property name="maximum"> |
| 327 | + <number>10</number> |
| 328 | + </property> |
| 329 | + <property name="value"> |
| 330 | + <number>2</number> |
| 331 | + </property> |
| 332 | + </widget> |
| 333 | + </item> |
| 334 | + <item row="1" column="0" colspan="2"> |
| 335 | + <layout class="QGridLayout" name="layoutRadioButton"> |
| 336 | + <item row="0" column="2"> |
| 337 | + <widget class="QRadioButton" name="autoCompFromDocAPI"> |
| 338 | + <property name="toolTip"> |
| 339 | + <string>Get autocompletion from current document and installed APIs</string> |
| 340 | + </property> |
| 341 | + <property name="text"> |
| 342 | + <string>from Doc and APIs</string> |
| 343 | + </property> |
| 344 | + </widget> |
| 345 | + </item> |
| 346 | + <item row="0" column="1"> |
| 347 | + <widget class="QRadioButton" name="autoCompFromAPI"> |
| 348 | + <property name="toolTip"> |
| 349 | + <string>Get autocompletion from installed APIs</string> |
| 350 | + </property> |
| 351 | + <property name="text"> |
| 352 | + <string>from APIs files</string> |
| 353 | + </property> |
| 354 | + <property name="checked"> |
| 355 | + <bool>false</bool> |
| 356 | + </property> |
| 357 | + </widget> |
| 358 | + </item> |
| 359 | + <item row="0" column="0"> |
| 360 | + <widget class="QRadioButton" name="autoCompFromDoc"> |
| 361 | + <property name="toolTip"> |
| 362 | + <string>Get autocompletion from current document</string> |
| 363 | + </property> |
| 364 | + <property name="text"> |
| 365 | + <string>from Document</string> |
| 366 | + </property> |
| 367 | + </widget> |
| 368 | + </item> |
| 369 | + </layout> |
| 370 | + </item> |
| 371 | + </layout> |
| 372 | + </widget> |
| 373 | + </item> |
418 | 374 | </layout>
|
419 | 375 | </widget>
|
420 | 376 | </item>
|
|
0 commit comments