QGIS/python/PyQt6/gui/auto_additions/qgsmessagebar.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

10 lines
678 B
Python

# The following has been generated automatically from src/gui/qgsmessagebar.h
try:
QgsMessageBar.__attribute_docs__ = {'widgetAdded': 'Emitted whenever an ``item`` is added to the bar.\n', 'widgetRemoved': 'Emitted whenever an ``item`` was removed from the bar.\n'}
QgsMessageBar.createMessage = staticmethod(QgsMessageBar.createMessage)
QgsMessageBar.defaultMessageTimeout = staticmethod(QgsMessageBar.defaultMessageTimeout)
QgsMessageBar.__overridden_methods__ = ['mousePressEvent']
QgsMessageBar.__signal_arguments__ = {'widgetAdded': ['item: QgsMessageBarItem'], 'widgetRemoved': ['item: QgsMessageBarItem']}
except (NameError, AttributeError):
pass