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