Class: QgsExpressionStoreDialog¶
A generic dialog for editing expression text, label and help text.
Added in version 3.12.
List of all members, including inherited members
Class Hierarchy¶
Base classes¶
Constructor
Methods
Returns the expression text |
|
Returns the help text |
|
Returns the label text |
- class qgis.gui.QgsExpressionStoreDialog[source]¶
Bases:
QDialog- __init__(label: str | None, expression: str | None, helpText: str | None, existingLabels: Iterable[str | None] = [], parent: QWidget | None = None)¶
Creates a QgsExpressionStoreDialog with given
label,expressionandhelpText.existingLabelsis an optional list of existing labels for unique label validation,parentis the optional parent widget.