mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-03 00:04:37 -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`.
|
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
|
.. versionadded:: 3.40
|
||||||
%End
|
%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`.
|
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
|
.. versionadded:: 3.40
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
|||||||
@ -94,6 +94,12 @@ class GUI_EXPORT QgsSettingsEditorWidgetWrapper : public QObject
|
|||||||
*/
|
*/
|
||||||
void configureAutomaticUpdate( QDialog *dialog = nullptr );
|
void configureAutomaticUpdate( QDialog *dialog = nullptr );
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the dynamic key parts
|
||||||
|
* \since QGIS 3.40
|
||||||
|
*/
|
||||||
|
QStringList dynamicKeyPartList() const {return mDynamicKeyPartList;}
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! Creates the widgets
|
//! Creates the widgets
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user