Skip to content

Commit

Permalink
Add introductory text to the functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 29, 2024
1 parent 9538662 commit 0cf6f1c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions qfieldsync/ui/project_configuration_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -368,17 +368,27 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="geofencingGridLayout" columnstretch="1,3">
<item row="0" column="0">
<item row="0" column="0" colspan="2">
<widget class="QLabel" name="geofencingIntroductionLabel">
<property name="text">
<string>When geofencing is activated, QField will alert users when the device position falls within areas from the selected polygon layer.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="geofencingLayerLabel">
<property name="text">
<string>Geofencing areas layer</string>
</property>
</widget>
</item>
<item row="0" column="1">
<item row="1" column="1">
<widget class="QgsMapLayerComboBox" name="geofencingLayerComboBox"/>
</item>
<item row="1" column="0" colspan="2">
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="geofencingInvertLogicCheckBox">
<property name="text">
<string>Revert geofencing logic</string>
Expand Down

0 comments on commit 0cf6f1c

Please sign in to comment.