00001 //LabPlot : InfoDialog.h 00002 00003 #ifndef INFODIALOG_H 00004 #define INFODIALOG_H 00005 00006 #include <qfont.h> 00007 #include <qcheckbox.h> 00008 #include "Worksheet.h" 00009 #include "Dialog.h" 00010 00011 class InfoDialog: public Dialog 00012 { 00013 public: 00014 InfoDialog(Worksheet *p, const char *name,int item); 00015 private: 00016 Worksheet *p; 00017 }; 00018 00019 #endif //INFODIALOG_H