Skip to content

Commit

Permalink
Add tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent dfc5648 commit 5ba105f
Showing 1 changed file with 28 additions and 9 deletions.
37 changes: 28 additions & 9 deletions src/ui/qgsqueryresultwidgetbase.ui
Expand Up @@ -85,6 +85,9 @@
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QCheckBox" name="mPkColumnsCheckBox">
<property name="toolTip">
<string>Column(s) that can be used as an index to uniquely identify features, they are usually part of a primary key.</string>
</property>
<property name="text">
<string>Column(s) with unique values</string>
</property>
Expand All @@ -95,6 +98,9 @@
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="mGeometryColumnCheckBox">
<property name="toolTip">
<string>Column that contains the geometry.</string>
</property>
<property name="text">
<string>Geometry column</string>
</property>
Expand All @@ -105,6 +111,9 @@
</item>
<item row="2" column="0">
<widget class="QLabel" name="mFilterLabel">
<property name="toolTip">
<string>SQL filter to restrict the features available in the layer</string>
</property>
<property name="text">
<string>Subset filter</string>
</property>
Expand All @@ -113,7 +122,14 @@
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLineEdit" name="mFilterLineEdit"/>
<widget class="QLineEdit" name="mFilterLineEdit">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Enter the optional SQL filter ro click on the button to open the query builder tool</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="mFilterToolButton">
Expand All @@ -124,13 +140,6 @@
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="mAvoidSelectingAsFeatureIdCheckBox">
<property name="text">
<string>Avoid selecting by feature ID</string>
</property>
</widget>
</item>
<item row="3" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
Expand All @@ -149,7 +158,7 @@
</item>
</layout>
</item>
<item row="4" column="1">
<item row="5" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer_2">
Expand All @@ -173,6 +182,16 @@
</item>
</layout>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="mAvoidSelectingAsFeatureIdCheckBox">
<property name="toolTip">
<string>Disable 'Fast Access to Features at ID' capability to force keeping the attribute table in memory (e.g. in case of expensive views)</string>
</property>
<property name="text">
<string>Avoid selecting by feature ID</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 5ba105f

Please sign in to comment.