ComboBox

class cgp_generic_utils.qt.ComboBox(**kwargs)

Bases: PySide2.QtWidgets.QComboBox

QComboBox with custom functionalities

goTo(text)

go to the item with the specified text

Parameters:text (str) – text used to select the proper item