From 6699e3ab3e3f617d5080720733df85cb6a9e2296 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Tue, 3 Jun 2014 10:06:18 +0200 Subject: Add print button to planner Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qt-ui/diveplanner.cpp') diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index 36c8538a1..516c29126 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -277,6 +277,7 @@ DivePlannerWidget::DivePlannerWidget(QWidget *parent, Qt::WindowFlags f) : QWidg connect(ui.display_duration, SIGNAL(toggled(bool)), plannerModel, SLOT(setDisplayDuration(bool))); connect(ui.display_runtime, SIGNAL(toggled(bool)), plannerModel, SLOT(setDisplayRuntime(bool))); connect(ui.display_transitions, SIGNAL(toggled(bool)), plannerModel, SLOT(setDisplayTransitions(bool))); + connect(ui.printPlan, SIGNAL(pressed()), this, SLOT(printDecoPlan())); // Creating (and canceling) the plan connect(ui.buttonBox, SIGNAL(accepted()), plannerModel, SLOT(createPlan())); @@ -320,6 +321,11 @@ void DivePlannerWidget::decoSacChanged(const QString &decosac) plannerModel->setDecoSac(decosac.toInt()); } +void DivePlannerWidget::printDecoPlan() +{ + MainWindow::instance()->printPlan(); +} + void DivePlannerPointsModel::setPlanMode(Mode m) { mode = m; -- cgit v1.2.3-70-g09d2