mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Turned of PDF default
This commit is contained in:
parent
c8224e3467
commit
10dfd94aa7
@ -184,11 +184,11 @@ void Report::GenerateReport(QDate start, QDate end)
|
||||
void Report::on_printButton_clicked()
|
||||
{
|
||||
QPrinter printer;
|
||||
printer.setPrinterName("Print to File (PDF)");
|
||||
printer.setOutputFormat(QPrinter::PdfFormat);
|
||||
//printer.setPrinterName("Print to File (PDF)");
|
||||
//printer.setOutputFormat(QPrinter::PdfFormat);
|
||||
printer.setPrintRange(QPrinter::AllPages);
|
||||
printer.setOrientation(QPrinter::Portrait);
|
||||
printer.setPaperSize(QPrinter::A4);
|
||||
//printer.setPaperSize(QPrinter::A4);
|
||||
printer.setResolution(QPrinter::HighResolution);
|
||||
printer.setFullPage(false);
|
||||
printer.setNumCopies(1);
|
||||
|
Loading…
Reference in New Issue
Block a user