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