QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsToolTipComboBox Class Reference

QComboBox subclass which features a tooltip when mouse hovering the combobox. More...

#include <qgstooltipcombobox.h>

Inheritance diagram for QgsToolTipComboBox:
Inheritance graph
[legend]

Public Member Functions

 QgsToolTipComboBox (QWidget *parent=nullptr)
 Constructor for QgsToolTipComboBox. More...
 
bool event (QEvent *event) override
 

Detailed Description

QComboBox subclass which features a tooltip when mouse hovering the combobox.

The tooltip string is taken from the current item's Qt.ToolTipRole data.

Since
QGIS 3.32

Definition at line 36 of file qgstooltipcombobox.h.

Constructor & Destructor Documentation

◆ QgsToolTipComboBox()

QgsToolTipComboBox::QgsToolTipComboBox ( QWidget *  parent = nullptr)

Constructor for QgsToolTipComboBox.

Definition at line 26 of file qgstooltipcombobox.cpp.

Member Function Documentation

◆ event()

bool QgsToolTipComboBox::event ( QEvent *  event)
override

Definition at line 31 of file qgstooltipcombobox.cpp.


The documentation for this class was generated from the following files: