16 #ifndef QGSEXPRESSIONSTOREDIALOG_H 
   17 #define QGSEXPRESSIONSTOREDIALOG_H 
   21 #include "ui_qgsexpressionstoredialogbase.h" 
   40                               const QString &expression,
 
   41                               const QString &helpText,
 
   42                               const QStringList &existingLabels = QStringList(),
 
   43                               QWidget *parent = 
nullptr );
 
   53     QString 
label() { 
return  mLabel->text(); }
 
   58     QString helpText() 
const;
 
   62     QStringList mExistingLabels;
 
A generic dialog for editing expression text, label and help text.
QString label()
Returns the label text.
QString expression()
Returns the expression text.