Q3DLight#
Synopsis#
Properties#
Functions#
def
isAutoPosition
()def
setAutoPosition
(enabled)
Signals#
def
autoPositionChanged
(autoPosition)
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.QtGraphs.Q3DLight([parent=None])#
- Parameters:
parent –
PySide6.QtCore.QObject
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtGraphs.Q3DLight.autoPosition: bool#
- Access functions:
setAutoPosition
(enabled)Signal
autoPositionChanged
(autoPosition)
- PySide6.QtGraphs.Q3DLight.autoPositionChanged(autoPosition)#
- Parameters:
autoPosition – bool
Notification signal of property autoPosition
.
- PySide6.QtGraphs.Q3DLight.isAutoPosition()#
- Return type:
bool
Getter of property autoPosition
.
- PySide6.QtGraphs.Q3DLight.setAutoPosition(enabled)#
- Parameters:
enabled – bool
Setter of property autoPosition
.