QGIS/python/gui/auto_additions/qgsmessagebar.py
2024-12-03 07:47:10 +00:00

9 lines
615 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.__signal_arguments__ = {'widgetAdded': ['item: QgsMessageBarItem'], 'widgetRemoved': ['item: QgsMessageBarItem']}
except (NameError, AttributeError):
pass