QGIS/python/gui/auto_generated/qgstooltipcombobox.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

45 lines
1.5 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgstooltipcombobox.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsToolTipComboBox : QComboBox
{
%Docstring(signature="appended")
QComboBox subclass which features a tooltip when mouse hovering the
combobox.
The tooltip string is taken from the current item's Qt.ToolTipRole data.
.. versionadded:: 3.32
%End
%TypeHeaderCode
#include "qgstooltipcombobox.h"
%End
public:
QgsToolTipComboBox( QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsToolTipComboBox.
%End
virtual bool event( QEvent *event );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgstooltipcombobox.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/