00001 //LabPlot : ListPlotDialog.h 00002 00003 #ifndef LISTPLOTDIALOG_H 00004 #define LISTPLOTDIALOG_H 00005 00006 #include <qfont.h> 00007 #include <qcheckbox.h> 00008 #include "Worksheet.h" 00009 #include "PlotDialog.h" 00010 00011 class ListPlotDialog: public PlotDialog 00012 { 00013 Q_OBJECT 00014 public: 00015 ListPlotDialog(MainWin *mw, const char *name); 00016 private: 00017 KPushButton *deleteplot, *cloneplot; 00018 }; 00019 00020 #endif //LISTPLOTDIALOG_H