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

SpreadsheetPropertiesDialog.h

Go to the documentation of this file.
00001 //LabPlot : SpreadsheetPropertiesDialog.h
00002 
00003 #ifndef SPREADSHEETPROPERTIESDIALOG_H
00004 #define SPREADSHEETPROPERTIESDIALOG_H
00005 
00006 #include <qfont.h>
00007 #include <qcheckbox.h>
00008 #include <qtable.h>
00009 #include "Dialog.h"
00010 
00011 class SpreadsheetPropertiesDialog: public Dialog
00012 {
00013         Q_OBJECT
00014 public:
00015         SpreadsheetPropertiesDialog(MainWin *mw, QTable *t, QString name);
00016 public slots:
00017         void ok_clicked() { apply_clicked(); accept(); }
00018         void apply_clicked();
00019 private:
00020         QTable *table;
00021         KComboBox *typecb, *formatcb;
00022         KLineEdit *labelle, *rowle;
00023 };
00024 
00025 #endif //SPREADSHEETPROPERTIESDIALOG_H

Generated on Fri Aug 19 21:34:45 2005 for LabPlot by doxygen 1.3.6