mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: add additional star widgets to Information tab
Connect the UI to the underlying dive structure. Enable proper initialisation and management of star widgets while Information tab is active. Enable undo for the addtional star widgets. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4e86dd3a52
commit
6d7f26f4bf
8 changed files with 231 additions and 6 deletions
|
@ -22,6 +22,10 @@ private slots:
|
|||
void on_atmPressVal_editingFinished();
|
||||
void on_atmPressType_currentIndexChanged(int index);
|
||||
void on_visibility_valueChanged(int value);
|
||||
void on_wavesize_valueChanged(int value);
|
||||
void on_current_valueChanged(int value);
|
||||
void on_surge_valueChanged(int value);
|
||||
void on_chill_valueChanged(int value);
|
||||
void on_airtemp_editingFinished();
|
||||
void on_watertemp_editingFinished();
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue