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