QGIS/python/PyQt6/gui/auto_additions/qgsmessagebar.py
2024-09-08 16:06:22 +10:00

12 lines
621 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'}
except NameError:
pass
QgsMessageBar.createMessage = staticmethod(QgsMessageBar.createMessage)
QgsMessageBar.defaultMessageTimeout = staticmethod(QgsMessageBar.defaultMessageTimeout)
try:
QgsMessageBar.__signal_arguments__ = {'widgetAdded': ['item: QgsMessageBarItem'], 'widgetRemoved': ['item: QgsMessageBarItem']}
except NameError:
pass