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