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