mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-11 00:04:09 -04:00
8 lines
407 B
Python
8 lines
407 B
Python
# The following has been generated automatically from src/gui/codeeditors/qgscodeeditordockwidget.h
|
|
try:
|
|
QgsCodeEditorDockWidget.__attribute_docs__ = {'visibilityChanged': "Emitted when the editor's visibility is changed.\n"}
|
|
QgsCodeEditorDockWidget.__signal_arguments__ = {'visibilityChanged': ['isVisible: bool']}
|
|
QgsCodeEditorDockWidget.__group__ = ['codeeditors']
|
|
except NameError:
|
|
pass
|