QClock#
Synopsis#
Properties#
Functions#
def
playbackRate
()def
setPlaybackRate
(playbackRate)
Signals#
def
playbackRateChanged
(playbackRate)
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.Qt3DAnimation.Qt3DAnimation.QClock([parent=None])#
- Parameters:
parent –
PySide6.Qt3DCore.Qt3DCore.QNode
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.Qt3DAnimation.Qt3DAnimation.QClock.playbackRate: float#
- Access functions:
playbackRate
()setPlaybackRate
(playbackRate)Signal
playbackRateChanged
(playbackRate)
- PySide6.Qt3DAnimation.Qt3DAnimation.QClock.playbackRate()#
- Return type:
float
Getter of property playbackRate
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QClock.playbackRateChanged(playbackRate)#
- Parameters:
playbackRate – float
Notification signal of property playbackRate
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QClock.setPlaybackRate(playbackRate)#
- Parameters:
playbackRate – float
Setter of property playbackRate
.