QPrintPreviewDialog Class Reference
[QtGui module]
Inherits QDialog.
Methods
- __init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)
- __init__ (self, QPrinter, QWidget parent = None, Qt.WindowFlags flags = 0)
- done (self, int)
- open (self)
- open (self, QObject, SLOT()SLOT())
- open (self, callable)
- QPrinter printer (self)
- setVisible (self, bool)
Qt Signals
Detailed Description
Method Documentation
QPrintPreviewDialog.__init__ (self, QWidget parent = None, Qt.WindowFlags flags = 0)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QPrintPreviewDialog.__init__ (self, QPrinter, QWidget parent = None, Qt.WindowFlags flags = 0)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QPrintPreviewDialog.done (self, int)
QPrintPreviewDialog.open (self)
QPrintPreviewDialog.open (self, QObject, SLOT()SLOT())
QPrintPreviewDialog.open (self, callable)
QPrinter QPrintPreviewDialog.printer (self)
QPrintPreviewDialog.setVisible (self, bool)
Qt Signal Documentation
void paintRequested (QPrinter *)
This is the default overload of this signal.