CameraSettingsDialog
- class CameraSettingsDialog[source]
Bases:
QDialog
,Base
A dialog for displaying and updating camera settings in Qt applications. This dialog allows users to modify the camera’s target and position and applies these changes dynamically.
- Parameters:
- itemslist
A list of dictionaries containing the settings for the camera.
- Attributes:
layout
QVBoxLayoutlayout(self) -> PySide6.QtWidgets.QLayout
- spin_boxesdict
Dictionary containing spin boxes for adjusting camera settings.
- update_buttonQPushButton
Button to apply changes to the camera settings.
- cameraCamera
The camera object from the viewer’s renderer.
Methods
update()
Updates the camera’s target and position and closes the dialog.
Methods
Inherited Methods