diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2019-11-10 13:09:19 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-10 13:10:03 -0800 |
commit | 7a4abd7477dc2a4f8e52f7bb00c19890c6ec2ca2 (patch) | |
tree | 6c11b1d41b52307de8c396a4d1e94d7f3b06c410 /desktop-widgets/tab-widgets/maintab.h | |
parent | dc95b077d96fbbd2dc71213217c24cd1eea5ea51 (diff) | |
download | subsurface-7a4abd7477dc2a4f8e52f7bb00c19890c6ec2ca2.tar.gz |
Reorganise the Information tab of the Info panel
1) Reorganise the existing widgets in the Information tab
2) Move divemode widget and visibility widget from Notes tab to
Information tab
3) Translate water density to a word indicating water type
4) Reorganise the Notes tab to compensate for the moving the
divemode and visibility widgets to the Information tab
5) Remove the problems in showing a QGroupBox in Qt Windows. I do
this by removing the CSS specifying border characteristics
Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/tab-widgets/maintab.h')
-rw-r--r-- | desktop-widgets/tab-widgets/maintab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.h b/desktop-widgets/tab-widgets/maintab.h index 55227c993..e4994a231 100644 --- a/desktop-widgets/tab-widgets/maintab.h +++ b/desktop-widgets/tab-widgets/maintab.h @@ -51,7 +51,6 @@ slots: void tripChanged(dive_trip *trip, TripField field); void updateDiveInfo(); void updateNotes(const struct dive *d); - void updateMode(struct dive *d); void updateDateTime(const struct dive *d); void updateTripDate(const struct dive_trip *t); void updateDiveSite(struct dive *d); @@ -66,12 +65,10 @@ slots: void on_airtemp_editingFinished(); void on_duration_editingFinished(); void on_depth_editingFinished(); - void divetype_Changed(int); void on_watertemp_editingFinished(); void on_dateEdit_dateChanged(const QDate &date); void on_timeEdit_timeChanged(const QTime & time); void on_rating_valueChanged(int value); - void on_visibility_valueChanged(int value); void on_tagWidget_editingFinished(); void hideMessage(); void closeMessage(); |