00001 //LabPlot : FilterListDialog.h 00002 00003 #ifndef FILTERLISTDIALOG_H 00004 #define FILTERLISTDIALOG_H 00005 00006 #include "ListDialog.h" 00007 00008 class FilterListDialog : public ListDialog 00009 { 00010 Q_OBJECT 00011 public: 00012 FilterListDialog(MainWin *mw, const char *name); 00013 private slots: 00014 int apply_clicked(); 00015 }; 00016 00017 #endif // FILTERLISTDIALOG_H