00001 //LabPlot : PlotDialog.h 00002 00003 #ifndef PLOTDIALOG_H 00004 #define PLOTDIALOG_H 00005 00006 #include <qtoolbutton.h> 00007 #include <qcolor.h> 00008 #include <qcheckbox.h> 00009 #include "Worksheet.h" 00010 #include "Dialog.h" 00011 00012 class PlotDialog: public Dialog 00013 { 00014 Q_OBJECT 00015 public: 00016 PlotDialog(Worksheet *p, const char *name); 00017 private: 00018 Worksheet *p; 00019 protected: 00020 QListView *lv; 00021 void updateList(); 00022 }; 00023 00024 #endif //PLOTDIALOG_H