QGIS/python/PyQt6/gui/auto_generated/qgstooltipcombobox.sip.in
Julien Cabieces bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +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.pl 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.pl again *
************************************************************************/