Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
884 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/qgsgml.h
try:
2024-09-03 08:38:43 +10:00
QgsGml.__attribute_docs__ = {'dataReadProgress': 'Emitted when data reading progresses.\n\n:param progress: specifies the number of bytes processed so far\n', 'totalStepsUpdate': 'Emitted when the total number of bytes to read changes.\n\n:param totalSteps: specifies the total number of bytes which must be processed\n', 'dataProgressAndSteps': 'Emitted when data reading progresses or the total number of bytes to read changes.\n\n:param progress: specifies the number of bytes processed so far\n:param totalSteps: specifies the total number of bytes which must be processed\n'}
2024-08-28 11:14:23 +10:00
QgsGml.__signal_arguments__ = {'dataReadProgress': ['progress: int'], 'totalStepsUpdate': ['totalSteps: int'], 'dataProgressAndSteps': ['progress: int', 'totalSteps: int']}
2024-12-03 07:47:10 +00:00
except (NameError, AttributeError):
2024-08-28 11:14:23 +10:00
pass