From 52534bfb686ade48938768bb137d82c0bb849efc Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Tue, 9 Jul 2013 15:37:53 +0300 Subject: Print: add UI for a print dialog PrintOptions is a QWidget class to be used as an addition to a future print dialog (possibly based on QPrintDialog). Currently only contains a couple of radio buttons. PrintDialog (printdialog.cpp/h) which is a basic QDialog is currently added for testing only and it holds an instance of PrintOptions. Calling File->Print opens this test dialog for now. Signed-off-by: Lubomir I. Ivanov --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 056c1ee96..a9f61058a 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,8 @@ HEADERS = \ qt-ui/diveplanner.h \ qt-ui/about.h \ qt-ui/graphicsview-common.h \ + qt-ui/printdialog.h \ + qt-ui/printoptions.h \ SOURCES = \ @@ -94,6 +96,8 @@ SOURCES = \ qt-ui/diveplanner.cpp \ qt-ui/about.cpp \ qt-ui/graphicsview-common.cpp \ + qt-ui/printdialog.cpp \ + qt-ui/printoptions.cpp \ $(RESFILE) -- cgit v1.2.3-70-g09d2