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