QGIS/python/gui/auto_additions/qgsscreenhelper.py

6 lines
462 B
Python
Raw Normal View History

# The following has been generated automatically from src/gui/qgsscreenhelper.h
try:
QgsScreenHelper.__attribute_docs__ = {'screenDpiChanged': 'Emitted whenever the screen ``dpi`` associated with the widget is changed.\n\n.. seealso:: :py:func:`screenDpi`\n', 'availableGeometryChanged': 'Emitted whenever the available geometry of the screen associated with the widget is changed.\n\n.. seealso:: :py:func:`availableGeometry`\n'}
except NameError:
pass