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
|
@ -22,6 +22,8 @@ private slots:
|
|||
void on_atmPressVal_editingFinished();
|
||||
void on_atmPressType_currentIndexChanged(int index);
|
||||
void on_visibility_valueChanged(int value);
|
||||
void on_airtemp_editingFinished();
|
||||
void on_watertemp_editingFinished();
|
||||
private:
|
||||
Ui::TabDiveInformation *ui;
|
||||
void updateProfile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue