create_group_box¶
- lsst.ts.m2gui.create_group_box(name: str, layout: <module 'PySide2.QtWidgets' from '/opt/lsst/software/stack/conda/envs/lsst-scipipe-8.0.0/lib/python3.11/site-packages/PySide2/QtWidgets.cpython-311-x86_64-linux-gnu.so'>) QGroupBox ¶
Create the group box.
Parameters¶
- name
str
Name of the group box.
- layoutLayout in
PySide2.QtWidgets
Layout.
Returns¶
- group_box
PySide2.QtWidgets.QGroupBox
Group box.
- name