summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/TabDiveInformation.ui
diff options
context:
space:
mode:
authorGravatar willemferguson <willemferguson@zoology.up.ac.za>2019-11-11 11:47:12 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-11 20:18:41 +0100
commit2fe1121b1c7493e7951a8f66ce5ac10d11331aa4 (patch)
tree38e61285dd10b705620ee957af21abf1c1806377 /desktop-widgets/tab-widgets/TabDiveInformation.ui
parent7a4abd7477dc2a4f8e52f7bb00c19890c6ec2ca2 (diff)
downloadsubsurface-2fe1121b1c7493e7951a8f66ce5ac10d11331aa4.tar.gz
Information tab: Make air and water tempertatures editable
The undo stack is preserved. This is in preparation of removing temperatures from the Notes tab. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Diffstat (limited to 'desktop-widgets/tab-widgets/TabDiveInformation.ui')
-rw-r--r--desktop-widgets/tab-widgets/TabDiveInformation.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop-widgets/tab-widgets/TabDiveInformation.ui b/desktop-widgets/tab-widgets/TabDiveInformation.ui
index 41be1bd8a..6c5588d6a 100644
--- a/desktop-widgets/tab-widgets/TabDiveInformation.ui
+++ b/desktop-widgets/tab-widgets/TabDiveInformation.ui
@@ -374,7 +374,7 @@
</item>
<item row="5" column="0">
- <widget class="QGroupBox" name="groupBox_9">
+ <widget class="QGroupBox" name="groupBox_airtemp">
<property name="title">
<string>Air temp.</string>
</property>
@@ -389,7 +389,7 @@
</property>
<layout class="QHBoxLayout" name="diveInfoAirTempLayout">
<item>
- <widget class="QLabel" name="airTemperatureText">
+ <widget class="QLineEdit" name="airtemp">
<property name="text">
<string/>
</property>
@@ -403,7 +403,7 @@
</item>
<item row="5" column="1">
- <widget class="QGroupBox" name="groupBox_8">
+ <widget class="QGroupBox" name="groupBox_watertemp">
<property name="title">
<string>Water temp.</string>
</property>
@@ -418,7 +418,7 @@
</property>
<layout class="QHBoxLayout" name="diveInfoWaterTempLayout">
<item>
- <widget class="QLabel" name="waterTemperatureText">
+ <widget class="QLineEdit" name="watertemp">
<property name="text">
<string/>
</property>