6 lines
689 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'}
except NameError:
pass