QPageSetupDialog Class Reference
[QtGui module]
Inherits QDialog.
Types
Methods
- __init__ (self, QWidget parent = None)
- __init__ (self, QPrinter, QWidget parent = None)
- addEnabledOption (self, PageSetupDialogOption)
- PageSetupDialogOptions enabledOptions (self)
- int exec_ (self)
- bool isOptionEnabled (self, PageSetupDialogOption)
- open (self)
- open (self, QObject, SLOT()SLOT())
- open (self, callable)
- PageSetupDialogOptions options (self)
- QPrinter printer (self)
- setEnabledOptions (self, PageSetupDialogOptions)
- setOption (self, PageSetupDialogOption, bool on = True)
- setOptions (self, PageSetupDialogOptions)
- bool testOption (self, PageSetupDialogOption)
Detailed Description
Type Documentation
QPageSetupDialog.PageSetupDialogOption
Method Documentation
QPageSetupDialog.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QPageSetupDialog.__init__ (self, QPrinter, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
int QPageSetupDialog.exec_ (self)
bool QPageSetupDialog.isOptionEnabled (self, PageSetupDialogOption)
QPageSetupDialog.open (self)
QPageSetupDialog.open (self, QObject, SLOT()SLOT())
QPageSetupDialog.open (self, callable)
QPrinter QPageSetupDialog.printer (self)
QPageSetupDialog.setOption (self, PageSetupDialogOption, bool on = True)