18#ifndef QGSSUBSTITUTIONLISTWIDGET_H
19#define QGSSUBSTITUTIONLISTWIDGET_H
21#include "ui_qgssubstitutionlistwidgetbase.h"
69 void mButtonAdd_clicked();
70 void mButtonRemove_clicked();
72 void mButtonExport_clicked();
73 void mButtonImport_clicked();
A collection of string replacements (specified using QgsStringReplacement objects).
A representation of a single string replacement.
QgsSubstitutionListDialog(QWidget *parent=nullptr)
Constructor for QgsSubstitutionListDialog.
QgsStringReplacementCollection substitutions
void setSubstitutions(const QgsStringReplacementCollection &substitutions)
Sets the list of substitutions to show in the dialog.