diff --git a/python/PyQt6/gui/auto_generated/settings/qgssettingseditorwidgetwrapper.sip.in b/python/PyQt6/gui/auto_generated/settings/qgssettingseditorwidgetwrapper.sip.in index 9837317cc65..2d5c5fd16fd 100644 --- a/python/PyQt6/gui/auto_generated/settings/qgssettingseditorwidgetwrapper.sip.in +++ b/python/PyQt6/gui/auto_generated/settings/qgssettingseditorwidgetwrapper.sip.in @@ -94,6 +94,13 @@ If not, the setting will be updated directly at each widget value change. This must called after :py:func:`~QgsSettingsEditorWidgetWrapper.createEditor` or :py:func:`~QgsSettingsEditorWidgetWrapper.configureEditor`. +.. versionadded:: 3.40 +%End + + QStringList dynamicKeyPartList() const; +%Docstring +Returns the dynamic key parts + .. versionadded:: 3.40 %End diff --git a/python/gui/auto_generated/settings/qgssettingseditorwidgetwrapper.sip.in b/python/gui/auto_generated/settings/qgssettingseditorwidgetwrapper.sip.in index 9837317cc65..2d5c5fd16fd 100644 --- a/python/gui/auto_generated/settings/qgssettingseditorwidgetwrapper.sip.in +++ b/python/gui/auto_generated/settings/qgssettingseditorwidgetwrapper.sip.in @@ -94,6 +94,13 @@ If not, the setting will be updated directly at each widget value change. This must called after :py:func:`~QgsSettingsEditorWidgetWrapper.createEditor` or :py:func:`~QgsSettingsEditorWidgetWrapper.configureEditor`. +.. versionadded:: 3.40 +%End + + QStringList dynamicKeyPartList() const; +%Docstring +Returns the dynamic key parts + .. versionadded:: 3.40 %End diff --git a/src/gui/settings/qgssettingseditorwidgetwrapper.h b/src/gui/settings/qgssettingseditorwidgetwrapper.h index df52643c321..70066075357 100644 --- a/src/gui/settings/qgssettingseditorwidgetwrapper.h +++ b/src/gui/settings/qgssettingseditorwidgetwrapper.h @@ -94,6 +94,12 @@ class GUI_EXPORT QgsSettingsEditorWidgetWrapper : public QObject */ void configureAutomaticUpdate( QDialog *dialog = nullptr ); + /** + * Returns the dynamic key parts + * \since QGIS 3.40 + */ + QStringList dynamicKeyPartList() const {return mDynamicKeyPartList;} + protected: //! Creates the widgets