Skip to content

Commit

Permalink
Set tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Jan 27, 2018
1 parent 8cb7197 commit a0f6c91
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
17 changes: 17 additions & 0 deletions python/plugins/db_manager/ui/DlgSqlLayerWindow.ui
Expand Up @@ -351,9 +351,26 @@ unique values</string>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>queryBuilderBtn</tabstop>
<tabstop>presetCombo</tabstop>
<tabstop>presetName</tabstop>
<tabstop>presetStore</tabstop>
<tabstop>presetDelete</tabstop>
<tabstop>editSql</tabstop>
<tabstop>btnExecute</tabstop>
<tabstop>btnClear</tabstop>
<tabstop>viewResult</tabstop>
<tabstop>uniqueColumnCheck</tabstop>
<tabstop>uniqueCombo</tabstop>
<tabstop>hasGeometryCol</tabstop>
<tabstop>geomCombo</tabstop>
<tabstop>getColumnsBtn</tabstop>
<tabstop>layerNameEdit</tabstop>
<tabstop>vectorRadio</tabstop>
<tabstop>rasterRadio</tabstop>
<tabstop>btnSetFilter</tabstop>
<tabstop>avoidSelectById</tabstop>
<tabstop>updateLayerBtn</tabstop>
</tabstops>
<resources/>
<connections>
Expand Down
19 changes: 19 additions & 0 deletions python/plugins/db_manager/ui/DlgSqlWindow.ui
Expand Up @@ -400,9 +400,28 @@ unique values</string>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>queryBuilderBtn</tabstop>
<tabstop>presetCombo</tabstop>
<tabstop>presetName</tabstop>
<tabstop>presetStore</tabstop>
<tabstop>presetDelete</tabstop>
<tabstop>editSql</tabstop>
<tabstop>btnExecute</tabstop>
<tabstop>btnCreateView</tabstop>
<tabstop>btnClear</tabstop>
<tabstop>viewResult</tabstop>
<tabstop>loadAsLayerGroup</tabstop>
<tabstop>uniqueColumnCheck</tabstop>
<tabstop>uniqueCombo</tabstop>
<tabstop>hasGeometryCol</tabstop>
<tabstop>geomCombo</tabstop>
<tabstop>getColumnsBtn</tabstop>
<tabstop>layerNameEdit</tabstop>
<tabstop>vectorRadio</tabstop>
<tabstop>rasterRadio</tabstop>
<tabstop>btnSetFilter</tabstop>
<tabstop>avoidSelectById</tabstop>
<tabstop>loadLayerBtn</tabstop>
</tabstops>
<resources/>
<connections>
Expand Down

0 comments on commit a0f6c91

Please sign in to comment.