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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user