Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

WorksheetDialog.h

Go to the documentation of this file.
00001 //LabPlot : WorksheetDialog.h
00002 
00003 #ifndef WORKSHEETDIALOG_H
00004 #define WORKSHEETDIALOG_H
00005 
00006 #include <qtoolbutton.h>
00007 #include <qcolor.h>
00008 #include <qcheckbox.h>
00009 #include "Worksheet.h"
00010 #include "Dialog.h"
00011 #include "RichTextWidget.h"
00012 
00013 class WorksheetDialog: public Dialog
00014 {
00015         Q_OBJECT
00016 public:
00017         WorksheetDialog(Worksheet *p, const char *name);
00018 public slots:
00019         void updateTimeStamp();
00020         void ok_clicked() {apply_clicked(); accept(); }
00021         void apply_clicked();
00022 private:
00023         KColorButton *bgcolor;
00024         QCheckBox *enabletcb, *enablecb;
00025         KLineEdit *titlele, *timestample;
00026         KPushButton *update;
00027 };
00028 
00029 #endif //WORKSHEETDIALOG_H

Generated on Sun Aug 29 14:56:05 2004 for LabPlot by doxygen 1.3.6