QGIS/python/PyQt6/core/auto_additions/qgsapplication.py

14 lines
1.3 KiB
Python

# The following has been generated automatically from src/core/qgsapplication.h
QgsApplication.Qt = QgsApplication.StyleSheetType.Qt
QgsApplication.WebBrowser = QgsApplication.StyleSheetType.WebBrowser
QgsApplication.ZoomIn = QgsApplication.Cursor.ZoomIn
QgsApplication.ZoomOut = QgsApplication.Cursor.ZoomOut
QgsApplication.Identify = QgsApplication.Cursor.Identify
QgsApplication.CrossHair = QgsApplication.Cursor.CrossHair
QgsApplication.CapturePoint = QgsApplication.Cursor.CapturePoint
QgsApplication.Select = QgsApplication.Cursor.Select
QgsApplication.Sampler = QgsApplication.Cursor.Sampler
QgsApplication.XDR = QgsApplication.endian_t.XDR
QgsApplication.NDR = QgsApplication.endian_t.NDR
QgsApplication.__attribute_docs__ = {'customVariablesChanged': 'Emitted whenever a custom global variable changes.\n', 'nullRepresentationChanged': '\\copydoc :py:func:`~QgsApplication.nullRepresentation`\n', 'requestForTranslatableObjects': 'Emitted when project strings which require translation are being collected for inclusion in a .ts file.\nIn order to register translatable strings, connect to this signal and register the strings within the specified ``translationContext``.\n\n.. versionadded:: 3.4\n', 'localeChanged': 'Emitted when project locale has been changed.\n\n.. versionadded:: 3.22.2\n'}