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