__bool__(self) |
self != 0 [extrait de __bool__.__doc__] |
__copy__() -> None |
__copy__() -> None [extrait de __copy__.__doc__] |
__getattribute__(self, name) |
Return getattr(self, name). [extrait de __getattribute__.__doc__] |
__hash__(self) |
Return hash(self). [extrait de __hash__.__doc__] |
__reduce__(self) -> object |
__reduce__(self) -> object [extrait de __reduce__.__doc__] |
__repr__(self) -> object |
__repr__(self) -> object [extrait de __repr__.__doc__] |
addMSecs(self, ms: int) -> PySide6.QtCore.QTime |
addMSecs(self, ms: int) -> PySide6.QtCore.QTime [extrait de addMSecs.__doc__] |
addSecs(self, secs: int) -> PySide6.QtCore.QTime |
addSecs(self, secs: int) -> PySide6.QtCore.QTime [extrait de addSecs.__doc__] |
currentTime() -> PySide6.QtCore.QTime |
currentTime() -> PySide6.QtCore.QTime [extrait de currentTime.__doc__] |
fromMSecsSinceStartOfDay(msecs: int) -> PySide6.QtCore.QTime |
fromMSecsSinceStartOfDay(msecs: int) -> PySide6.QtCore.QTime [extrait de fromMSecsSinceStartOfDay.__doc__] |
fromString |
fromString(string: str, format: PySide6.QtCore.Qt.DateFormat = PySide6.QtCore.Qt.DateFormat.TextDate) -> PySide6.QtCore.QTime [extrait de fromString.__doc__] |
hour(self) -> int |
hour(self) -> int [extrait de hour.__doc__] |
isNull(self) -> bool |
isNull(self) -> bool [extrait de isNull.__doc__] |
isValid |
isValid(h: int, m: int, s: int, ms: int = 0) -> bool [extrait de isValid.__doc__] |
minute(self) -> int |
minute(self) -> int [extrait de minute.__doc__] |
msec(self) -> int |
msec(self) -> int [extrait de msec.__doc__] |
msecsSinceStartOfDay(self) -> int |
msecsSinceStartOfDay(self) -> int [extrait de msecsSinceStartOfDay.__doc__] |
msecsTo(self, t: PySide6.QtCore.QTime) -> int |
msecsTo(self, t: PySide6.QtCore.QTime) -> int [extrait de msecsTo.__doc__] |
second(self) -> int |
second(self) -> int [extrait de second.__doc__] |
secsTo(self, t: PySide6.QtCore.QTime) -> int |
secsTo(self, t: PySide6.QtCore.QTime) -> int [extrait de secsTo.__doc__] |
setHMS(self, h: int, m: int, s: int, ms: int = 0) -> bool |
setHMS(self, h: int, m: int, s: int, ms: int = 0) -> bool [extrait de setHMS.__doc__] |
toPython(self) -> object |
toPython(self) -> object [extrait de toPython.__doc__] |
toString |
toString(self, f: PySide6.QtCore.Qt.DateFormat = PySide6.QtCore.Qt.DateFormat.TextDate) -> str [extrait de toString.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :