| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.   | |
| void | setSubstitutions (const QgsStringReplacementCollection &substitutions) | 
| Sets the list of substitutions to show in the dialog.   | |
| QgsStringReplacementCollection | substitutions () const | 
| Returns the list of substitutions currently defined by the dialog.   | |
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 84 of file qgssubstitutionlistwidget.h.
| QgsSubstitutionListDialog::QgsSubstitutionListDialog | ( | QWidget * | parent = nullptr | ) | 
Constructor for QgsSubstitutionListDialog.
| parent | parent widget | 
Definition at line 200 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 215 of file qgssubstitutionlistwidget.cpp.
| QgsStringReplacementCollection QgsSubstitutionListDialog::substitutions | ( | ) | const | 
Returns the list of substitutions currently defined by the dialog.
Definition at line 220 of file qgssubstitutionlistwidget.cpp.
      
  | 
  readwrite | 
Definition at line 87 of file qgssubstitutionlistwidget.h.