ControlTabs

class lsst.ts.m2gui.ControlTabs(model)

Bases: object

Control tables.

Parameters:
modelModel

Model class.

Attributes:
layoutPySide2.QtWidgets.QVBoxLayout

Layout.

Methods Summary

get_tab(name)

Get the table.

Methods Documentation

get_tab(name)

Get the table.

Parameters:
namestr

Name of the Table.

Returns:
itemPySide2.QtWidgets.QListWidgetItem or None

Table item object. None if nothing.

control_tabChild of TabDefault or None

Control table object. None if nothing.