QGIS/python/gui/auto_additions/qgsfiledownloaderdialog.py

7 lines
706 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsfiledownloaderdialog.h
try:
QgsFileDownloaderDialog.__attribute_docs__ = {'downloadCompleted': 'Emitted when the download has completed successfully\n', 'downloadExited': 'Emitted always when the downloader exits\n', 'downloadCanceled': 'Emitted when the download was canceled by the user\n', 'downloadError': 'Emitted when an error makes the download fail\n', 'downloadProgress': 'Emitted when data are ready to be processed\n'}
2024-08-28 11:14:23 +10:00
QgsFileDownloaderDialog.__signal_arguments__ = {'downloadError': ['errorMessages: List[str]'], 'downloadProgress': ['bytesReceived: int', 'bytesTotal: int']}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
2024-08-28 11:14:23 +10:00
pass