mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
6 lines
462 B
Python
6 lines
462 B
Python
# 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
|