mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
7a4abd7477
commit
2fe1121b1c
3 changed files with 29 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue