1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Some more PDF info

This commit is contained in:
2016-05-26 00:57:27 +02:00
parent 7d38b55f60
commit 3592d9e68f
2 changed files with 103 additions and 96 deletions

View File

@ -654,6 +654,7 @@ void GUI::exportFile()
printer.setOrientation(_exportOrientation);
printer.setOutputFileName(_exportFileName);
printer.setPaperSize(_exportPaperSize);
printer.setCreator(QString(APP_NAME) + QString(" ") + QString(APP_VERSION));
ExportDialog dialog(&printer, this);
if (dialog.exec() == QDialog::Accepted) {
@ -680,6 +681,7 @@ void GUI::plot(QPrinter *printer)
info.insert(tr("Date"), QString("%1 - %2")
.arg(_dateRange.first.toString(format),
_dateRange.second.toString(format)));
info.insert(tr("Track count"), QString::number(_trackCount));
}
}
if (_distance > 0) {