ViewportLayout

class ViewportLayout[source]

Bases: object

The ViewportLayout class manages all the layout and other UI-related information of the main viewport.

Parameters:
layoutcompas_viewer.layout.Layout

The parent layout.

References

PySide6/QtWidgets/QGridLayout

Attributes:
layoutcompas_viewer.layout.Layout

The parent layout.

viewercompas_viewer.viewer.Viewer

The parent viewer.

configcompas_viewer.configurations.Viewport

The window configuration.

Methods

init

Set up the viewport layout.