17#ifndef QGSSUBSETSTRINGEDITORINTERFACE_H
18#define QGSSUBSETSTRINGEDITORINTERFACE_H
virtual QString subsetString() const =0
Returns the subset string entered in the dialog.
virtual void setSubsetString(const QString &subsetString)=0
Sets a subset string into the dialog.
QgsSubsetStringEditorInterface(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags)
Constructor.