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