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