schrodinger.ui.qt.standard_widgets.labels module

Module containing classes for labels styled for use in Schrodinger panels.

class schrodinger.ui.qt.standard_widgets.labels.HeaderLabel(*args, **kwargs)

Bases: PyQt6.QtWidgets.QLabel

A label with the HEADER_TEXT color.

__init__(*args, **kwargs)
class schrodinger.ui.qt.standard_widgets.labels.InfoTextLabel(*args, **kwargs)

Bases: PyQt6.QtWidgets.QLabel

An italicized label with INFORMATIONAL_TEXT color.

STYLESHEET = '\n    QLabel {\n        font-style: italic;\n        color: #666666;\n    }\n    '
__init__(*args, **kwargs)