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:
Lubomir I. Ivanov 2013-12-04 14:14:04 +02:00
parent c89d83611b
commit ecf483db46
2 changed files with 11 additions and 1 deletions

View file

@ -25,6 +25,7 @@ private:
private slots:
void previewClicked();
void printClicked();
void closeClicked();
void onPaintRequested(QPrinter *);
};