mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			749 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			749 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/gui/processing/models/qgsmodelgraphicitem.h
 | 
						|
try:
 | 
						|
    QgsModelDesignerFlatButtonGraphicItem.__attribute_docs__ = {'clicked': 'Emitted when the button is clicked.\n'}
 | 
						|
    QgsModelDesignerFlatButtonGraphicItem.__group__ = ['processing', 'models']
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsModelDesignerFoldButtonGraphicItem.__attribute_docs__ = {'folded': 'Emitted when the button ``folded`` state changes.\n\nIf ``folded`` is ``True``, the button represents the collapsed state for the item.\n'}
 | 
						|
    QgsModelDesignerFoldButtonGraphicItem.__signal_arguments__ = {'folded': ['folded: bool']}
 | 
						|
    QgsModelDesignerFoldButtonGraphicItem.__group__ = ['processing', 'models']
 | 
						|
except NameError:
 | 
						|
    pass
 |