Contents:
QComboBox subclass which features a tooltip when mouse hovering the combobox. The tooltip string is taken from the current item’s Qt.ToolTipRole data.
Added in version 3.32.
Inheritance diagram of qgis.gui.QgsToolTipComboBox
QComboBox
QWidget
QObject
QPaintDevice
Bases: QComboBox
Constructor for QgsToolTipComboBox.
parent (Optional[QWidget] = None)