QMdiSubWindow.SubWindowOptions Class Reference
[QtGui module]
Methods
Special Methods
Detailed Description
SubWindowOption
may be used whenever
SubWindowOptions
is expected.
Method Documentation
SubWindowOptions.__init__ (self)
SubWindowOptions.__init__ (self, int f)
SubWindowOptions.__init__ (self, SubWindowOptions)
SubWindowOptions SubWindowOptions.__and__ (self, int f)
int SubWindowOptions.__bool__ (self)
bool SubWindowOptions.__eq__ (self, SubWindowOptions f)
SubWindowOptions SubWindowOptions.__iand__ (self, int f)
int SubWindowOptions.__int__ (self)
SubWindowOptions SubWindowOptions.__invert__ (self)
SubWindowOptions SubWindowOptions.__ior__ (self, int f)
SubWindowOptions SubWindowOptions.__ixor__ (self, int f)
bool SubWindowOptions.__ne__ (self, SubWindowOptions f)
SubWindowOptions SubWindowOptions.__or__ (self, int f)
SubWindowOptions SubWindowOptions.__xor__ (self, int f)