QAbstractPrintDialog Class Reference
[QtGui module]
Inherits QDialog.
Inherited by QPrintDialog.
Types
Methods
- __init__ (self, QPrinter, QWidget parent = None)
- addEnabledOption (self, PrintDialogOption)
- PrintDialogOptions enabledOptions (self)
- int exec_ (self)
- int fromPage (self)
- bool isOptionEnabled (self, PrintDialogOption)
- int maxPage (self)
- int minPage (self)
- QPrinter printer (self)
- PrintRange printRange (self)
- setEnabledOptions (self, PrintDialogOptions)
- setFromTo (self, int, int)
- setMinMax (self, int, int)
- setOptionTabs (self, list-of-QWidget)
- setPrintRange (self, PrintRange)
- int toPage (self)
Detailed Description
Type Documentation
QAbstractPrintDialog.PrintDialogOption
QAbstractPrintDialog.PrintRange
Method Documentation
QAbstractPrintDialog.__init__ (self, QPrinter, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QAbstractPrintDialog.addEnabledOption (self, PrintDialogOption)
PrintDialogOptions QAbstractPrintDialog.enabledOptions (self)
int QAbstractPrintDialog.exec_ (self)
This method is abstract and should be reimplemented in any sub-class.
int QAbstractPrintDialog.fromPage (self)
bool QAbstractPrintDialog.isOptionEnabled (self, PrintDialogOption)
int QAbstractPrintDialog.maxPage (self)
int QAbstractPrintDialog.minPage (self)
QPrinter QAbstractPrintDialog.printer (self)
PrintRange QAbstractPrintDialog.printRange (self)
QAbstractPrintDialog.setEnabledOptions (self, PrintDialogOptions)
QAbstractPrintDialog.setFromTo (self, int, int)
QAbstractPrintDialog.setMinMax (self, int, int)
QAbstractPrintDialog.setOptionTabs (self, list-of-QWidget)
QAbstractPrintDialog.setPrintRange (self, PrintRange)
int QAbstractPrintDialog.toPage (self)