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