Skip to content

Commit

Permalink
Add tooltips to WFS tab for better understanding of the options
Browse files Browse the repository at this point in the history
and rename push buttons to what they actually do
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 6, 2022
1 parent cca508f commit bd3d537
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -2803,14 +2803,14 @@
<item row="2" column="0">
<widget class="QPushButton" name="pbnWFSLayersSelectAll">
<property name="text">
<string>Select All</string>
<string>Publish All</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="pbnWFSLayersDeselectAll">
<property name="text">
<string>Deselect All</string>
<string>Unpublish All</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2842,26 +2842,41 @@
</property>
</column>
<column>
<property name="toolTip">
<string>Layer can be published</string>
</property>
<property name="text">
<string>Published</string>
</property>
</column>
<column>
<property name="toolTip">
<string>Number of decimal places to consider for geometry precision</string>
</property>
<property name="text">
<string>Geometry precision</string>
</property>
</column>
<column>
<property name="toolTip">
<string>Allow features to be edited</string>
</property>
<property name="text">
<string>Update</string>
</property>
</column>
<column>
<property name="toolTip">
<string>Allow addition of new features</string>
</property>
<property name="text">
<string>Insert</string>
</property>
</column>
<column>
<property name="toolTip">
<string>Allow features to be deleted</string>
</property>
<property name="text">
<string>Delete</string>
</property>
Expand Down

0 comments on commit bd3d537

Please sign in to comment.