mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show extra data in separate tab on MainTab
This way any extra data probided by the dive computer is visible to the user (without other processing). This data cannot be edited by the user as it reflects the information given by the dive computer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4ccddf95d7
commit
45251ec724
5 changed files with 149 additions and 8 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
class WeightModel;
|
||||
class CylindersModel;
|
||||
class ExtraDataModel;
|
||||
class QCompleter;
|
||||
|
||||
struct Completers {
|
||||
|
@ -94,6 +95,7 @@ private:
|
|||
Ui::MainTab ui;
|
||||
WeightModel *weightModel;
|
||||
CylindersModel *cylindersModel;
|
||||
ExtraDataModel *extraDataModel;
|
||||
EditMode editMode;
|
||||
BuddyCompletionModel buddyModel;
|
||||
DiveMasterCompletionModel diveMasterModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue