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