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;
 
   68     QStringList mExistingLabels;
 
   69     QString mOriginalLabel;
 
A generic dialog for editing expression text, label and help text.
QString label()
Returns the label text.
QString expression()
Returns the expression text.
bool isLabelModified() const
Returns whether the label text was modified either manually by the user, or automatically because it ...