mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
PrintDialog: add a 'Close' button
The dialog was missing a 'Close' button so we add it. Also change the mnemonic of the 'Preview' button, as it was the same as the one for print 'Print'. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
c89d83611b
commit
ecf483db46
2 changed files with 11 additions and 1 deletions
|
@ -25,6 +25,7 @@ private:
|
|||
private slots:
|
||||
void previewClicked();
|
||||
void printClicked();
|
||||
void closeClicked();
|
||||
void onPaintRequested(QPrinter *);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue