summaryrefslogtreecommitdiffstats
path: root/qt-ui/printoptions.h
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2014-07-24 10:56:39 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-24 11:33:28 -0700
commit21585403dba6ec47afdf81b86557285acb993b7a (patch)
treeb1de6f9e3404cf732a4fc6e06313c3ca0b47d8fc /qt-ui/printoptions.h
parentf29f41ae9ea8b9c6217feab2cd97b165af843c2a (diff)
downloadsubsurface-21585403dba6ec47afdf81b86557285acb993b7a.tar.gz
Printing: add 1 dive per page option
With this option there is an exception, which makes the notes section of the profile table occupy half the page. This way dive plans can reasonably be printed. Fixes #636 Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r--qt-ui/printoptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h
index 66d3d7424..e14ae46a1 100644
--- a/qt-ui/printoptions.h
+++ b/qt-ui/printoptions.h
@@ -22,6 +22,7 @@ private
slots:
void radioSixDivesClicked(bool check);
void radioTwoDivesClicked(bool check);
+ void radioOneDiveClicked(bool check);
void radioTablePrintClicked(bool check);
void printInColorClicked(bool check);
void printSelectedClicked(bool check);