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