mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/core/externalstorage/qgsexternalstorage.h
 | 
						|
try:
 | 
						|
    QgsExternalStorageContent.__attribute_docs__ = {'errorOccurred': 'The signal is emitted when an error occurred. ``errorString`` is a textual description of the error\n', 'progressChanged': 'The signal is emitted whenever content fetching/storing estimated progression value ``progress`` has changed.\n``progress`` value is between 0 and 100.\n', 'canceled': 'The signal is emitted when content fetching/storing has been canceled\n'}
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsExternalStorageFetchedContent.__attribute_docs__ = {'fetched': 'The signal is emitted when the resource has successfully been fetched\n'}
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsExternalStorageStoredContent.__attribute_docs__ = {'stored': 'The signal is emitted when the resource has successfully been stored\n'}
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsExternalStorage.__group__ = ['externalstorage']
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsExternalStorageContent.__group__ = ['externalstorage']
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsExternalStorageFetchedContent.__group__ = ['externalstorage']
 | 
						|
except NameError:
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsExternalStorageStoredContent.__group__ = ['externalstorage']
 | 
						|
except NameError:
 | 
						|
    pass
 |