schrodinger.ui.qt.standard.widgets.group_boxes module

Group box classes for PanelX styling. No styling will take effect unless the group box instances themselves or one of their parents explicitly receives the PanelX style sheet. See apply_panelx_style() from schrodinger.ui.qt.style.

class schrodinger.ui.qt.standard.widgets.group_boxes.WhiteGroupBox

Bases: PyQt6.QtWidgets.QGroupBox

A white-background group box with rounded edges.

class schrodinger.ui.qt.standard.widgets.group_boxes.TopBorderGroupBox

Bases: PyQt6.QtWidgets.QGroupBox

A transparent-background group box with a top border.