Planner: Add combo box for dive mode selection

I am not really sure what I am doing here but I copied
code from the gas selection.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2018-05-08 17:26:48 +02:00 committed by Lubomir I. Ivanov
parent 969dfee9ec
commit b8c94cad69
6 changed files with 71 additions and 0 deletions

View file

@ -55,6 +55,7 @@ void DivePlannerPointsModel::createSimpleDive()
}
updateMaxDepth();
GasSelectionModel::instance()->repopulate();
DiveTypeSelectionModel::instance()->repopulate();
}
void DivePlannerPointsModel::setupStartTime()