Skip to content

Commit

Permalink
Tab order fixes, pt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 28, 2015
1 parent b713b4a commit 50e6acb
Show file tree
Hide file tree
Showing 25 changed files with 285 additions and 68 deletions.
1 change: 1 addition & 0 deletions src/ui/auth/qgsauthconfigedit.ui
Expand Up @@ -122,6 +122,7 @@
</customwidget>
</customwidgets>
<tabstops>
<tabstop>leName</tabstop>
<tabstop>leResource</tabstop>
<tabstop>cmbAuthMethods</tabstop>
<tabstop>btnClear</tabstop>
Expand Down
7 changes: 7 additions & 0 deletions src/ui/auth/qgsauthconfigeditor.ui
Expand Up @@ -220,6 +220,13 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>tableViewConfigs</tabstop>
<tabstop>btnAddConfig</tabstop>
<tabstop>btnRemoveConfig</tabstop>
<tabstop>btnEditConfig</tabstop>
<tabstop>btnAuthUtilities</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
10 changes: 10 additions & 0 deletions src/ui/auth/qgsauthconfigselect.ui
Expand Up @@ -205,6 +205,16 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>leConfigMsg</tabstop>
<tabstop>btnConfigMsgClear</tabstop>
<tabstop>cmbConfigSelect</tabstop>
<tabstop>btnConfigAdd</tabstop>
<tabstop>leConfigMethodDesc</tabstop>
<tabstop>leConfigId</tabstop>
<tabstop>btnConfigEdit</tabstop>
<tabstop>btnConfigRemove</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
8 changes: 8 additions & 0 deletions src/ui/auth/qgsauthidentitieseditor.ui
Expand Up @@ -254,6 +254,14 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>treeIdentities</tabstop>
<tabstop>btnAddIdentity</tabstop>
<tabstop>btnRemoveIdentity</tabstop>
<tabstop>btnInfoIdentity</tabstop>
<tabstop>btnGroupByOrg</tabstop>
<tabstop>btnViewRefresh</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
10 changes: 10 additions & 0 deletions src/ui/auth/qgsauthimportcertdialog.ui
Expand Up @@ -297,6 +297,16 @@
<header>qgsauthcerttrustpolicycombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>radioImportFile</tabstop>
<tabstop>leImportFile</tabstop>
<tabstop>btnImportFile</tabstop>
<tabstop>radioImportText</tabstop>
<tabstop>teCertText</tabstop>
<tabstop>cmbbxTrust</tabstop>
<tabstop>teValidation</tabstop>
<tabstop>chkAllowInvalid</tabstop>
</tabstops>
<resources/>
<connections/>
<buttongroups>
Expand Down
16 changes: 15 additions & 1 deletion src/ui/auth/qgsauthimportidentitydialog.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>340</height>
<height>350</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -394,6 +394,20 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>cmbIdentityTypes</tabstop>
<tabstop>lePkiPkcs12Bundle</tabstop>
<tabstop>btnPkiPkcs12Bundle</tabstop>
<tabstop>lePkiPkcs12KeyPass</tabstop>
<tabstop>chkPkiPkcs12PassShow</tabstop>
<tabstop>teValidation</tabstop>
<tabstop>btnPkiPathsCert</tabstop>
<tabstop>lePkiPathsCert</tabstop>
<tabstop>lePkiPathsKey</tabstop>
<tabstop>chkPkiPathsPassShow</tabstop>
<tabstop>btnPkiPathsKey</tabstop>
<tabstop>lePkiPathsKeyPass</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>
8 changes: 8 additions & 0 deletions src/ui/auth/qgsauthserverseditor.ui
Expand Up @@ -239,6 +239,14 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>treeServerConfigs</tabstop>
<tabstop>btnAddServer</tabstop>
<tabstop>btnRemoveServer</tabstop>
<tabstop>btnEditServer</tabstop>
<tabstop>btnGroupByOrg</tabstop>
<tabstop>btnViewRefresh</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
7 changes: 7 additions & 0 deletions src/ui/auth/qgsauthsslconfigwidget.ui
Expand Up @@ -189,6 +189,13 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>leCommonName</tabstop>
<tabstop>btnCertInfo</tabstop>
<tabstop>leHost</tabstop>
<tabstop>grpbxSslConfig</tabstop>
<tabstop>treeSslConfig</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
7 changes: 7 additions & 0 deletions src/ui/auth/qgsauthsslerrorsdialog.ui
Expand Up @@ -274,6 +274,13 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>leUrl</tabstop>
<tabstop>listSslErrors</tabstop>
<tabstop>btnChainInfo</tabstop>
<tabstop>btnChainCAs</tabstop>
<tabstop>grpbxSslConfig</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
11 changes: 11 additions & 0 deletions src/ui/auth/qgsauthsslimportdialog.ui
Expand Up @@ -289,6 +289,17 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>radioServerImport</tabstop>
<tabstop>leServer</tabstop>
<tabstop>spinbxPort</tabstop>
<tabstop>btnConnect</tabstop>
<tabstop>spinbxTimeout</tabstop>
<tabstop>radioFileImport</tabstop>
<tabstop>leCertPath</tabstop>
<tabstop>btnCertPath</tabstop>
<tabstop>pteSessionStatus</tabstop>
</tabstops>
<resources/>
<connections/>
<buttongroups>
Expand Down
5 changes: 5 additions & 0 deletions src/ui/auth/qgsauthtrustedcasdialog.ui
Expand Up @@ -159,6 +159,11 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>treeTrustedCAs</tabstop>
<tabstop>btnInfoCa</tabstop>
<tabstop>btnGroupByOrg</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
8 changes: 6 additions & 2 deletions src/ui/composer/qgsatlascompositionwidgetbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>435</width>
<height>596</height>
<height>359</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -112,7 +112,7 @@
<x>0</x>
<y>0</y>
<width>431</width>
<height>567</height>
<height>330</height>
</rect>
</property>
<layout class="QVBoxLayout" name="mainLayout">
Expand Down Expand Up @@ -345,10 +345,14 @@
<tabstop>mAtlasFeatureFilterCheckBox</tabstop>
<tabstop>mAtlasFeatureFilterEdit</tabstop>
<tabstop>mAtlasFeatureFilterButton</tabstop>
<tabstop>mAtlasSortFeatureCheckBox</tabstop>
<tabstop>mAtlasSortFeatureKeyComboBox</tabstop>
<tabstop>mAtlasSortFeatureDirectionButton</tabstop>
<tabstop>mOutputGroup</tabstop>
<tabstop>mAtlasFilenamePatternEdit</tabstop>
<tabstop>mAtlasFilenameExpressionButton</tabstop>
<tabstop>mAtlasSingleFileCheckBox</tabstop>
<tabstop>scrollArea</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
Expand Down
25 changes: 13 additions & 12 deletions src/ui/composer/qgscomposerattributetablewidgetbase.ui
Expand Up @@ -54,7 +54,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-373</y>
<y>-499</y>
<width>392</width>
<height>1291</height>
</rect>
Expand Down Expand Up @@ -763,6 +763,17 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QgsCollapsibleGroupBoxBasic</class>
<extends>QGroupBox</extends>
<header>qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsMapLayerComboBox</class>
<extends>QComboBox</extends>
<header location="global">qgsmaplayercombobox.h</header>
</customwidget>
<customwidget>
<class>QgsColorButtonV2</class>
<extends>QToolButton</extends>
Expand All @@ -779,17 +790,6 @@
<extends>QSpinBox</extends>
<header>qgsspinbox.h</header>
</customwidget>
<customwidget>
<class>QgsCollapsibleGroupBoxBasic</class>
<extends>QGroupBox</extends>
<header location="global">qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsMapLayerComboBox</class>
<extends>QComboBox</extends>
<header location="global">qgsmaplayercombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>scrollArea</tabstop>
Expand All @@ -815,6 +815,7 @@
<tabstop>mEmptyModeComboBox</tabstop>
<tabstop>mEmptyMessageLineEdit</tabstop>
<tabstop>mBackgroundColorButton</tabstop>
<tabstop>mAdvancedCustomisationButton</tabstop>
<tabstop>mWrapStringLineEdit</tabstop>
<tabstop>mWrapBehaviourComboBox</tabstop>
<tabstop>mShowGridGroupCheckBox</tabstop>
Expand Down
15 changes: 9 additions & 6 deletions src/ui/composer/qgscomposerimageexportoptions.ui
Expand Up @@ -260,19 +260,22 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QgsSpinBox</class>
<extends>QSpinBox</extends>
<header>qgsspinbox.h</header>
</customwidget>
<customwidget>
<class>QgsCollapsibleGroupBoxBasic</class>
<extends>QGroupBox</extends>
<header location="global">qgscollapsiblegroupbox.h</header>
<header>qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsSpinBox</class>
<extends>QSpinBox</extends>
<header>qgsspinbox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mResolutionSpinBox</tabstop>
<tabstop>mWidthSpinBox</tabstop>
<tabstop>mHeightSpinBox</tabstop>
<tabstop>mClipToContentGroupBox</tabstop>
<tabstop>mTopMarginSpinBox</tabstop>
<tabstop>mLeftMarginSpinBox</tabstop>
Expand Down
13 changes: 12 additions & 1 deletion src/ui/editorwidgets/qgsrangeconfigdlgbase.ui
Expand Up @@ -76,7 +76,7 @@
<item row="2" column="0">
<widget class="QStackedWidget" name="rangeStackedWidget">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="intPage">
<layout class="QFormLayout" name="formLayout">
Expand Down Expand Up @@ -219,6 +219,17 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>rangeWidget</tabstop>
<tabstop>minimumDoubleSpinBox</tabstop>
<tabstop>maximumDoubleSpinBox</tabstop>
<tabstop>stepDoubleSpinBox</tabstop>
<tabstop>minimumSpinBox</tabstop>
<tabstop>maximumSpinBox</tabstop>
<tabstop>stepSpinBox</tabstop>
<tabstop>allowNullCheckBox</tabstop>
<tabstop>suffixLineEdit</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>
16 changes: 15 additions & 1 deletion src/ui/editorwidgets/qgsrelationreferenceconfigdlgbase.ui
Expand Up @@ -157,7 +157,7 @@
<customwidget>
<class>QgsFieldExpressionWidget</class>
<extends>QWidget</extends>
<header location="global">qgsfieldexpressionwidget.h</header>
<header>qgsfieldexpressionwidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
Expand All @@ -167,6 +167,20 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mComboRelation</tabstop>
<tabstop>mCbxAllowNull</tabstop>
<tabstop>mCbxOrderByValue</tabstop>
<tabstop>mCbxShowForm</tabstop>
<tabstop>mCbxMapIdentification</tabstop>
<tabstop>mCbxReadOnly</tabstop>
<tabstop>mFilterGroupBox</tabstop>
<tabstop>mAvailableFieldsList</tabstop>
<tabstop>mAddFilterButton</tabstop>
<tabstop>mRemoveFilterButton</tabstop>
<tabstop>mFilterFieldsList</tabstop>
<tabstop>mCbxChainFilters</tabstop>
</tabstops>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
Expand Down
18 changes: 13 additions & 5 deletions src/ui/effects/widget_blur.ui
Expand Up @@ -165,22 +165,30 @@
<extends>QDoubleSpinBox</extends>
<header>qgsdoublespinbox.h</header>
</customwidget>
<customwidget>
<class>QgsBlendModeComboBox</class>
<extends>QComboBox</extends>
<header>qgsblendmodecombobox.h</header>
</customwidget>
<customwidget>
<class>QgsSpinBox</class>
<extends>QSpinBox</extends>
<header>qgsspinbox.h</header>
</customwidget>
<customwidget>
<class>QgsBlendModeComboBox</class>
<extends>QComboBox</extends>
<header>qgsblendmodecombobox.h</header>
</customwidget>
<customwidget>
<class>QgsEffectDrawModeComboBox</class>
<extends>QComboBox</extends>
<header>qgseffectdrawmodecombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>mBlurTypeCombo</tabstop>
<tabstop>mBlurStrengthSpnBx</tabstop>
<tabstop>mTransparencySlider</tabstop>
<tabstop>mTransparencySpnBx</tabstop>
<tabstop>mBlendCmbBx</tabstop>
<tabstop>mDrawModeComboBox</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit 50e6acb

Please sign in to comment.