mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Tooltips for some of the manual CSV import fields
Date and duration formats are not necessarily self explanatory so adding tooltips to explain the expected format. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
61ad81cf7a
commit
42dbecae17
1 changed files with 12 additions and 0 deletions
|
@ -361,6 +361,9 @@
|
|||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="DateCheck">
|
||||
<property name="toolTip">
|
||||
<string>Date in dd.mm.yyyy, yyyy-mm-dd or mm/dd/yyyy format</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Date</string>
|
||||
</property>
|
||||
|
@ -368,6 +371,9 @@
|
|||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QSpinBox" name="Date">
|
||||
<property name="toolTip">
|
||||
<string>Date in dd.mm.yyyy, yyyy-mm-dd or mm/dd/yyyy format</string>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
|
@ -429,6 +435,9 @@
|
|||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="DurationCheck">
|
||||
<property name="toolTip">
|
||||
<string>Dive duration in seconds or in min:sec format</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Duration</string>
|
||||
</property>
|
||||
|
@ -436,6 +445,9 @@
|
|||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QSpinBox" name="Duration">
|
||||
<property name="toolTip">
|
||||
<string>Dive duration in seconds or in min:sec format</string>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue