Skip to content

Commit

Permalink
fix tab order in qgsvectorlayer properties dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and m-kuhn committed Apr 21, 2017
1 parent e0d20e5 commit bcf1ef5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.cpp
Expand Up @@ -3978,7 +3978,7 @@ QString QgsVectorLayer::htmlMetadata() const
myMetadata += QLatin1String( "<tr><td class=\"highlight\">" ) % tr( "Legend URL" ) % QLatin1String( "</td><td>" ) % legendUrl() % QLatin1String( "</td></tr>\n" );
myMetadata += QLatin1String( "<tr><td class=\"highlight\">" ) % tr( "Legend Format" ) % QLatin1String( "</td><td>" ) % legendUrlFormat() % QLatin1String( "</td></tr>\n" );

myMetadata += QStringLiteral( "</body>\n</html>\n" );
myMetadata += QStringLiteral( "</table>\n</body>\n</html>\n" );
return myMetadata;
}

Expand Down
37 changes: 32 additions & 5 deletions src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -2036,10 +2036,37 @@ border-radius: 2px;</string>
</customwidgets>
<tabstops>
<tabstop>mOptionsListWidget</tabstop>
<tabstop>mSearchLineEdit</tabstop>
<tabstop>teMetadataViewer</tabstop>
<tabstop>scrollArea</tabstop>
<tabstop>mLayerOrigNameLineEdit</tabstop>
<tabstop>txtDisplayName</tabstop>
<tabstop>mLayerShortNameLineEdit</tabstop>
<tabstop>mLayerTitleLineEdit</tabstop>
<tabstop>mLayerAbstractTextEdit</tabstop>
<tabstop>mLayerKeywordListLineEdit</tabstop>
<tabstop>mLayerDataUrlLineEdit</tabstop>
<tabstop>mLayerDataUrlFormatComboBox</tabstop>
<tabstop>mLayerAttributionLineEdit</tabstop>
<tabstop>mLayerAttributionUrlLineEdit</tabstop>
<tabstop>mLayerMetadataUrlLineEdit</tabstop>
<tabstop>mLayerMetadataUrlTypeComboBox</tabstop>
<tabstop>mLayerMetadataUrlFormatComboBox</tabstop>
<tabstop>mLayerLegendUrlLineEdit</tabstop>
<tabstop>mLayerLegendUrlFormatComboBox</tabstop>
<tabstop>scrollArea_4</tabstop>
<tabstop>cboProviderEncoding</tabstop>
<tabstop>indexGroupBox_2</tabstop>
<tabstop>mCrsSelector</tabstop>
<tabstop>pbnIndex</tabstop>
<tabstop>pbnUpdateExtents</tabstop>
<tabstop>txtSubsetSQL</tabstop>
<tabstop>pbnQueryBuilder</tabstop>
<tabstop>scrollArea_3</tabstop>
<tabstop>scrollArea_5</tabstop>
<tabstop>scrollArea_19</tabstop>
<tabstop>mScaleVisibilityGroupBox</tabstop>
<tabstop>mScaleRangeWidget</tabstop>
<tabstop>mSimplifyDrawingGroupBox</tabstop>
<tabstop>mSimplifyDrawingSpinBox</tabstop>
<tabstop>mSimplifyAlgorithmComboBox</tabstop>
Expand All @@ -2049,15 +2076,15 @@ border-radius: 2px;</string>
<tabstop>mRefreshLayerCheckBox</tabstop>
<tabstop>mRefreshLayerIntervalSpinBox</tabstop>
<tabstop>mDisplayExpressionWidget</tabstop>
<tabstop>mMapTipExpressionFieldWidget</tabstop>
<tabstop>mInsertExpressionButton</tabstop>
<tabstop>scrollArea_6</tabstop>
<tabstop>mJoinTreeWidget</tabstop>
<tabstop>mLayersDependenciesTreeView</tabstop>
<tabstop>mButtonRemoveJoin</tabstop>
<tabstop>scrollArea_7</tabstop>
<tabstop>mButtonAddJoin</tabstop>
<tabstop>mButtonRemoveJoin</tabstop>
<tabstop>mInsertExpressionButton</tabstop>
<tabstop>mButtonEditJoin</tabstop>
<tabstop>mJoinTreeWidget</tabstop>
<tabstop>mLayersDependenciesTreeView</tabstop>
<tabstop>mMapTipExpressionFieldWidget</tabstop>
</tabstops>
<resources>
<include location="../../images/images.qrc"/>
Expand Down

0 comments on commit bcf1ef5

Please sign in to comment.