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:
Dirk Hohndel 2014-11-06 11:24:38 -08:00
parent 4ccddf95d7
commit 45251ec724
5 changed files with 149 additions and 8 deletions

View file

@ -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;