mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-01 00:03:42 -05:00
access dynamic key part list for editor wrappers
This commit is contained in:
parent
f7a191519e
commit
e4b2d591db
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user