00001 00013 #ifndef KOVARIANZFORMIMPL_H 00014 #define KOVARIANZFORMIMPL_H 00015 #include "kovarianzform.h" 00016 00017 #include <qstring.h> 00018 #include <qtable.h> 00025 class KovarianzFormImpl : public KovarianzForm 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 KovarianzFormImpl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00031 ~KovarianzFormImpl(); 00032 void fuelle(double **covar, int ma); 00033 public slots: 00034 void OK_slot(); 00035 00036 00037 00038 }; 00039 00040 #endif // KOVARIANZFORMIMPL_H