Skip to content

Commit a0f6c91

Browse files
committed
Set tab order
1 parent 8cb7197 commit a0f6c91

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

python/plugins/db_manager/ui/DlgSqlLayerWindow.ui

+17
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,26 @@ unique values</string>
351351
</customwidget>
352352
</customwidgets>
353353
<tabstops>
354+
<tabstop>queryBuilderBtn</tabstop>
355+
<tabstop>presetCombo</tabstop>
356+
<tabstop>presetName</tabstop>
357+
<tabstop>presetStore</tabstop>
358+
<tabstop>presetDelete</tabstop>
359+
<tabstop>editSql</tabstop>
354360
<tabstop>btnExecute</tabstop>
355361
<tabstop>btnClear</tabstop>
356362
<tabstop>viewResult</tabstop>
363+
<tabstop>uniqueColumnCheck</tabstop>
364+
<tabstop>uniqueCombo</tabstop>
365+
<tabstop>hasGeometryCol</tabstop>
366+
<tabstop>geomCombo</tabstop>
367+
<tabstop>getColumnsBtn</tabstop>
368+
<tabstop>layerNameEdit</tabstop>
369+
<tabstop>vectorRadio</tabstop>
370+
<tabstop>rasterRadio</tabstop>
371+
<tabstop>btnSetFilter</tabstop>
372+
<tabstop>avoidSelectById</tabstop>
373+
<tabstop>updateLayerBtn</tabstop>
357374
</tabstops>
358375
<resources/>
359376
<connections>

python/plugins/db_manager/ui/DlgSqlWindow.ui

+19
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,28 @@ unique values</string>
400400
</customwidget>
401401
</customwidgets>
402402
<tabstops>
403+
<tabstop>queryBuilderBtn</tabstop>
404+
<tabstop>presetCombo</tabstop>
405+
<tabstop>presetName</tabstop>
406+
<tabstop>presetStore</tabstop>
407+
<tabstop>presetDelete</tabstop>
408+
<tabstop>editSql</tabstop>
403409
<tabstop>btnExecute</tabstop>
410+
<tabstop>btnCreateView</tabstop>
404411
<tabstop>btnClear</tabstop>
405412
<tabstop>viewResult</tabstop>
413+
<tabstop>loadAsLayerGroup</tabstop>
414+
<tabstop>uniqueColumnCheck</tabstop>
415+
<tabstop>uniqueCombo</tabstop>
416+
<tabstop>hasGeometryCol</tabstop>
417+
<tabstop>geomCombo</tabstop>
418+
<tabstop>getColumnsBtn</tabstop>
419+
<tabstop>layerNameEdit</tabstop>
420+
<tabstop>vectorRadio</tabstop>
421+
<tabstop>rasterRadio</tabstop>
422+
<tabstop>btnSetFilter</tabstop>
423+
<tabstop>avoidSelectById</tabstop>
424+
<tabstop>loadLayerBtn</tabstop>
406425
</tabstops>
407426
<resources/>
408427
<connections>

0 commit comments

Comments
 (0)