QPrintDialog Class Reference
[QtGui module]
Inherits QAbstractPrintDialog.
Methods
- __init__ (self, QPrinter, QWidget parent = None)
- __init__ (self, QWidget parent = None)
- accept (self)
- accepted (self)
- done (self, int)
- int exec_ (self)
- open (self)
- open (self, QObject, SLOT()SLOT())
- open (self, callable)
- QAbstractPrintDialog.PrintDialogOptions options (self)
- setOption (self, QAbstractPrintDialog.PrintDialogOption, bool on = True)
- setOptions (self, QAbstractPrintDialog.PrintDialogOptions)
- setVisible (self, bool)
- bool testOption (self, QAbstractPrintDialog.PrintDialogOption)
Qt Signals
Detailed Description
Method Documentation
QPrintDialog.__init__ (self, QPrinter, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QPrintDialog.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QPrintDialog.accept (self)
QPrintDialog.accepted (self)
QPrintDialog.done (self, int)
int QPrintDialog.exec_ (self)
QPrintDialog.open (self)
QPrintDialog.open (self, QObject, SLOT()SLOT())
QPrintDialog.open (self, callable)
QPrintDialog.setVisible (self, bool)
Qt Signal Documentation
void accepted (QPrinter *)
This is the default overload of this signal.