| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
A dialog which allows users to specify a list of substitutions to apply to a string, with options for exporting and importing substitution lists. More...
#include <qgssubstitutionlistwidget.h>

| Public Member Functions | |
| QgsSubstitutionListDialog (QWidget *parent=nullptr) | |
| Constructor for QgsSubstitutionListDialog.  More... | |
| void | setSubstitutions (const QgsStringReplacementCollection &substitutions) | 
| Sets the list of substitutions to show in the dialog.  More... | |
| QgsStringReplacementCollection | substitutions () const | 
| Returns the list of substitutions currently defined by the dialog.  More... | |
| Properties | |
| QgsStringReplacementCollection | substitutions | 
A dialog which allows users to specify a list of substitutions to apply to a string, with options for exporting and importing substitution lists.
Definition at line 89 of file qgssubstitutionlistwidget.h.
| QgsSubstitutionListDialog::QgsSubstitutionListDialog | ( | QWidget * | parent = nullptr | ) | 
Constructor for QgsSubstitutionListDialog.
| parent | parent widget | 
Definition at line 216 of file qgssubstitutionlistwidget.cpp.
| void QgsSubstitutionListDialog::setSubstitutions | ( | const QgsStringReplacementCollection & | substitutions | ) | 
Sets the list of substitutions to show in the dialog.
| substitutions | substitution list | 
Definition at line 231 of file qgssubstitutionlistwidget.cpp.
| QgsStringReplacementCollection QgsSubstitutionListDialog::substitutions | ( | ) | const | 
Returns the list of substitutions currently defined by the dialog.
Definition at line 236 of file qgssubstitutionlistwidget.cpp.
| 
 | readwrite | 
Definition at line 77 of file qgssubstitutionlistwidget.h.