mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
Remove the PDF export dialog window superfluous "Help" button on Windows
This commit is contained in:
@ -19,6 +19,7 @@ ExportDialog::ExportDialog(QPrinter *printer, QWidget *parent)
|
||||
int index;
|
||||
|
||||
setWindowTitle(tr("Export to PDF"));
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
||||
_fileSelect = new FileSelectWidget();
|
||||
_fileSelect->setFilter(tr("PDF files (*.pdf);;All files (*)"));
|
||||
|
Reference in New Issue
Block a user