QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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 36 of file qgstooltipcombobox.h.
QgsToolTipComboBox::QgsToolTipComboBox | ( | QWidget * | parent = nullptr | ) |
Constructor for QgsToolTipComboBox.
Definition at line 26 of file qgstooltipcombobox.cpp.
|
override |
Definition at line 31 of file qgstooltipcombobox.cpp.