00001 //LabPlot : LabPlotDialog.h 00002 00003 #ifndef LABPLOTDIALOG_H 00004 #define LABPLOTDIALOG_H 00005 00006 #include <qfont.h> 00007 #include <qcheckbox.h> 00008 #include "MainWin.h" 00009 #include "Dialog.h" 00010 00011 class LabPlotDialog: public Dialog 00012 { 00013 Q_OBJECT 00014 public: 00015 LabPlotDialog(MainWin *mw, const char *name); 00016 }; 00017 00018 #endif //LABPLOTDIALOG_H