diff options
author | willemferguson <willemferguson@zoology.up.ac.za> | 2019-12-12 10:28:04 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-25 02:57:42 +0900 |
commit | 6212bb6721391efc82df21d80d177f93204cb12e (patch) | |
tree | b055013d411f38fd72fb515f208868c37defb799 /desktop-widgets/preferences/preferences_georeference.ui | |
parent | 42a85dfa7e3052d50a831bb5700a26ad7df9dc0a (diff) | |
download | subsurface-6212bb6721391efc82df21d80d177f93204cb12e.tar.gz |
Preferences UI: final cleanup
This commit does some final cleaning up to the code, mostly deleting
white space and comments.
Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/preferences_georeference.ui')
-rw-r--r-- | desktop-widgets/preferences/preferences_georeference.ui | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/desktop-widgets/preferences/preferences_georeference.ui b/desktop-widgets/preferences/preferences_georeference.ui index e3e7fe4c7..04aeff14d 100644 --- a/desktop-widgets/preferences/preferences_georeference.ui +++ b/desktop-widgets/preferences/preferences_georeference.ui @@ -14,11 +14,34 @@ <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> + <item> - <widget class="QGroupBox" name="groupBox_12"> - <property name="title"> - <string>Dive site layout</string> + <widget class="QLabel" name="label_georef1"> + <property name="toolTip"> + <string extracomment="Help info 1"/> + </property> + <property name="text"> + <string>Reverse dive site lookup format</string> + </property> + </widget> + </item> + + <item> + <widget class="QLabel" name="label_georef2"> + <property name="toolTip"> + <string extracomment="Help info 1"/> </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + <property name="text"> + <string>Selecting the blue globe icon to the right of Location in the Notes tab opens the Edit Dive Site panel. There, an icon to the right of the dive site coordinates allows reverse lookup of the dive site. This finds the country and closest town to the divesite and adds them as dive site tags above the dive site name in the Notes tab. The combo boxes below allow one to select the order in which these tags are shown in the Notes tab. This requires an Internet connection.</string> + </property> + </widget> + </item> + + <item> + <widget class="QGroupBox" name="groupBox_12"> <layout class="QHBoxLayout" name="horizontalLayout_10"> <item> <widget class="QComboBox" name="first_item"> |