The PySide.QtGui.QPrintPreviewDialog class provides a dialog for previewing and configuring page layouts for printer output.
Using PySide.QtGui.QPrintPreviewDialog in your existing application is straightforward:
In Symbian, there is no support for printing. Hence, this dialog should not be used in Symbian.
| Parameters: |
|
|---|
| Parameters: |
|
|---|
This is an overloaded function.
Opens the dialog and connects its finished(int) signal to the slot specified by receiver and member .
The signal will be disconnected from the slot when the dialog is closed.
| Parameters: | printer – PySide.QtGui.QPrinter |
|---|
| Return type: | PySide.QtGui.QPrinter |
|---|
Returns a pointer to the PySide.QtGui.QPrinter object this dialog is currently operating on.