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