QGIS/python/gui/auto_additions/qgsplaybackcontrollerwidget.py
2024-09-08 16:06:22 +10:00

10 lines
402 B
Python

# The following has been generated automatically from src/gui/qgsplaybackcontrollerwidget.h
try:
QgsPlaybackControllerWidget.__attribute_docs__ = {'operationTriggered': 'Emitted when a playback operation is triggered.\n'}
except NameError:
pass
try:
QgsPlaybackControllerWidget.__signal_arguments__ = {'operationTriggered': ['operation: Qgis.PlaybackOperation']}
except NameError:
pass