Opened 13 years ago

Closed 13 years ago

#5 closed enhancement (fixed)

Add page setup ability for printing

Reported by: Oleksii Serdiuk Owned by: Oleksii Serdiuk
Priority: normal Milestone: 0.1.4
Component: general Version: 0.1.3.145-beta1
Keywords: printing, settings Cc:
Blocked By: Blocking:
Platform: Any

Description

Add the ability to setup page-related options for printing.
These are page size, orientation, margins.

Change History (2)

comment:1 Changed 13 years ago by Oleksii Serdiuk

Partially implemented in r158. Can be configured through the config file (tspsg.ini):

[Printer]
PageSize=2
PageOrientation=0
MarginLeft=25
MarginTop=15
MarginRight=15
MarginBottom=15

For possible PageSize values see QPrinter::PaperSize enum.
For possible PageOrientation values see QPrinter::Orientation enum.
Margin sizes are in millimiteres.

Last edited 13 years ago by Oleksii Serdiuk (previous) (diff)

comment:2 Changed 13 years ago by Oleksii Serdiuk

Resolution: fixed
Status: newclosed

Implemented in r161.

Last edited 13 years ago by Oleksii Serdiuk (previous) (diff)
Note: See TracTickets for help on using tickets.