mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
8 lines
696 B
Python
8 lines
696 B
Python
# The following has been generated automatically from src/gui/qgssublayersdialog.h
|
|
QgsSublayersDialog.PromptMode.baseClass = QgsSublayersDialog
|
|
try:
|
|
QgsSublayersDialog.LayerDefinition.__attribute_docs__ = {'layerId': 'Identifier of the layer (one unique layer id may have multiple types though)', 'layerName': 'Name of the layer (not necessarily unique)', 'count': 'Number of features (might be unused)', 'type': 'Extra type depending on the use (e.g. geometry type for vector sublayers)', 'description': 'Description.\n\n.. versionadded:: 3.10'}
|
|
QgsSublayersDialog.LayerDefinition.__doc__ = """A structure that defines layers for the purpose of this dialog"""
|
|
except NameError:
|
|
pass
|