QGIS/python/PyQt6/gui/auto_additions/qgselevationcontrollerwidget.py
2024-08-14 13:05:46 +10:00

6 lines
635 B
Python

# The following has been generated automatically from src/gui/elevation/qgselevationcontrollerwidget.h
try:
QgsElevationControllerWidget.__attribute_docs__ = {'rangeChanged': 'Emitted when the visible range from the widget is changed.\n\n.. seealso:: :py:func:`setRange`\n\n.. seealso:: :py:func:`range`\n', 'fixedRangeSizeChanged': 'Emitted when the fixed range size is changed from the widget.\n\n.. seealso:: :py:func:`fixedRangeSize`\n\n.. seealso:: :py:func:`setFixedRangeSize`\n', 'invertedChanged': 'Emitted when the elevation filter slider is inverted.\n\n.. seealso:: :py:func:`setInverted`\n'}
except NameError:
pass