QGIS/python/PyQt6/gui/auto_additions/qgsstyleexportimportdialog.py
2024-12-03 07:47:10 +00:00

8 lines
358 B
Python

# The following has been generated automatically from src/gui/symbology/qgsstyleexportimportdialog.h
QgsStyleExportImportDialog.Export = QgsStyleExportImportDialog.Mode.Export
QgsStyleExportImportDialog.Import = QgsStyleExportImportDialog.Mode.Import
try:
QgsStyleExportImportDialog.__group__ = ['symbology']
except (NameError, AttributeError):
pass