|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
QComboBox subclass which features a tooltip when mouse hovering the combobox. More...
#include <qgstooltipcombobox.h>

Public Member Functions | |
| QgsToolTipComboBox (QWidget *parent=nullptr) | |
| Constructor for QgsToolTipComboBox. | |
| bool | event (QEvent *event) override |
QComboBox subclass which features a tooltip when mouse hovering the combobox.
The tooltip string is taken from the current item's Qt.ToolTipRole data.
Definition at line 37 of file qgstooltipcombobox.h.
| QgsToolTipComboBox::QgsToolTipComboBox | ( | QWidget * | parent = nullptr | ) |
Constructor for QgsToolTipComboBox.
Definition at line 27 of file qgstooltipcombobox.cpp.
|
override |
Definition at line 32 of file qgstooltipcombobox.cpp.