16 #ifndef QGSSMARTGROUPCONDITION_H
17 #define QGSSMARTGROUPCONDITION_H
19 #include "ui_qgssmartgroupconditionwidget.h"
35 void setConstraint( QString constraint );
38 void setParameter( QString param );
41 void hideRemoveButton(
bool hide );
54 #endif //QGSSMARTGROUPCONDITION
57 #ifndef QGSSMARTGROUPEDITORDIALOG_H
58 #define QGSSMARTGROUPEDITORDIALOG_H
62 #include "ui_qgssmartgroupeditordialogbase.h"
76 QString smartgroupName();
83 QString conditionOperator();
90 void setOperator( QString );
93 void setSmartgroupName( QString );
101 void removeCondition(
int );
103 void on_buttonBox_accepted();
115 #endif // QGSSMARTGROUPEDITORDIALOG_H