mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
diveplanner: add last gas variables to QMLInterface
Add bottompo2, decopo2 and bestmixend to QMLInterface Bestmixend in gas options changing with meter/feet Signed-off-by: jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
86fd49f2d7
commit
1e3879d87d
3 changed files with 58 additions and 10 deletions
|
@ -71,6 +71,16 @@ void QMLInterface::setup(QQmlContext *ct)
|
|||
instance(), &QMLInterface::decosacChanged);
|
||||
connect(qPrefDivePlanner::instance(), &qPrefDivePlanner::sacfactorChanged,
|
||||
instance(), &QMLInterface::sacfactorChanged);
|
||||
connect(qPrefDivePlanner::instance(), &qPrefDivePlanner::problemsolvingtimeChanged,
|
||||
instance(), &QMLInterface::problemsolvingtimeChanged);
|
||||
connect(qPrefDivePlanner::instance(), &qPrefDivePlanner::o2narcoticChanged,
|
||||
instance(), &QMLInterface::o2narcoticChanged);
|
||||
connect(qPrefDivePlanner::instance(), &qPrefDivePlanner::bottompo2Changed,
|
||||
instance(), &QMLInterface::bottompo2Changed);
|
||||
connect(qPrefDivePlanner::instance(), &qPrefDivePlanner::decopo2Changed,
|
||||
instance(), &QMLInterface::decopo2Changed);
|
||||
connect(qPrefDivePlanner::instance(), &qPrefDivePlanner::bestmixendChanged,
|
||||
instance(), &QMLInterface::bestmixendChanged);
|
||||
|
||||
connect(qPrefDivePlanner::instance(), &qPrefDivePlanner::display_runtimeChanged,
|
||||
instance(), &QMLInterface::display_runtimeChanged);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue