Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | Print: add a setup() method to PrintLayout | Lubomir I. Ivanov | |
The setup() method will be called each time to obtain the current printer settings. Also it calculates required scalling based on screen agains printer DPI. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> | |||
2013-07-10 | Print: add a class for print layouting | Lubomir I. Ivanov | |
PrintLayout is a class that will handle the layouting part of dive profiles, text, tables depending on the settings of a QPrinter and the PrinterDialog and PrintOptions instances. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> |