Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #44273 from domi4484/jsonEditWidgetConfigToolTip
[JSON widget] Added tooltip for option "Format JSON"
  • Loading branch information
m-kuhn committed Jul 20, 2021
2 parents 6d5f133 + 279f82f commit cad4bf2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ui/editorwidgets/qgsjsoneditconfigdlg.ui
Expand Up @@ -57,6 +57,13 @@
</item>
<item row="1" column="1">
<widget class="QComboBox" name="mFormatJsonComboBox">
<property name="toolTip">
<string>&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Indented&lt;/strong&gt;: Display data in a human readable form with newlines and four space characters for indentation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Compact&lt;/strong&gt;: Display data in a one-line size optimized string whiteout newlines or spaces.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Disabled&lt;/strong&gt;: Display data as it comes from the provider.&lt;/li&gt;
&lt;/ul&gt;</string>
</property>
<item>
<property name="text">
<string>Indented</string>
Expand Down

0 comments on commit cad4bf2

Please sign in to comment.