ComboBoxLineEditDialog¶
-
class
cgp_generic_utils.qt.ComboBoxLineEditDialog(title, label, items, icons=None, iconSize=None, text=None, comboSeparator=None, separator=None, concatenateResult=True, size=None, parent=None, isFrameless=False)¶ Bases:
cgp_generic_utils.qt.BaseDialogdialog with combobox selection and lineEdit filling
-
setIcons(icons)¶ set the items icons of the combobox
Parameters: icons (list[str]) – icons used to set the combobox
-
setItems(items=None)¶ set the items of the combobox
Parameters: items (list[str]) – items used to set the combobox
-