mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
7 lines
562 B
Python
7 lines
562 B
Python
# The following has been generated automatically from src/gui/qgssublayersdialog.h
|
|
QgsSublayersDialog.PromptMode.baseClass = QgsSublayersDialog
|
|
try:
|
|
QgsSublayersDialog.__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'}
|
|
except NameError:
|
|
pass
|