CheckBoxDialog¶
-
class
cgp_generic_utils.qt.CheckBoxDialog(title, label, data, size=None, parent=None, isFrameless=False)¶ Bases:
cgp_generic_utils.qt.BaseDialogdialog with checkbox checking
-
addCheckbox(label, isChecked)¶ add a new check box to the dialog
Parameters: Returns: the added checkbox
Return type: PySide2.QtWidgets.QCheckBox
-