QAbstractPrintDialog.PrintDialogOptions Class Reference
[QtGui module]
Methods
Special Methods
PrintDialogOptions
__and__ (
self, int
f)
bool
__eq__ (
self, PrintDialogOptions
f)
PrintDialogOptions
__iand__ (
self, int
f)
PrintDialogOptions
__ior__ (
self, int
f)
PrintDialogOptions
__ixor__ (
self, int
f)
bool
__ne__ (
self, PrintDialogOptions
f)
PrintDialogOptions
__or__ (
self, int
f)
PrintDialogOptions
__xor__ (
self, int
f)
Detailed Description
PrintDialogOption
may be used whenever
PrintDialogOptions
is expected.
Method Documentation
PrintDialogOptions PrintDialogOptions.__and__ (self, int f)
PrintDialogOptions PrintDialogOptions.__iand__ (self, int f)
PrintDialogOptions PrintDialogOptions.__invert__ (self)
PrintDialogOptions PrintDialogOptions.__ior__ (self, int f)
PrintDialogOptions PrintDialogOptions.__ixor__ (self, int f)
PrintDialogOptions PrintDialogOptions.__or__ (self, int f)
PrintDialogOptions PrintDialogOptions.__xor__ (self, int f)