mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			474 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			474 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/gui/qgsopacitywidget.h
 | |
| try:
 | |
|     QgsOpacityWidget.__attribute_docs__ = {'opacityChanged': 'Emitted when the ``opacity`` is changed in the widget, where ``opacity``\nranges from 0.0 (transparent) to 1.0 (opaque).\n\n.. seealso:: :py:func:`setOpacity`\n\n.. seealso:: :py:func:`opacity`\n'}
 | |
|     QgsOpacityWidget.__signal_arguments__ = {'opacityChanged': ['opacity: float']}
 | |
| except (NameError, AttributeError):
 | |
|     pass
 |