mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
14 lines
825 B
Python
14 lines
825 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
|
|
try:
|
|
QgsElevationControllerSettingsAction.__group__ = ['elevation']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsElevationControllerWidget.__group__ = ['elevation']
|
|
except NameError:
|
|
pass
|