mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			615 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			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
 |