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