Hauptseite   Klassenhierarchie   Übersicht   Auflistung der Dateien   Elementübersicht   Datei-Elemente  

kovarianzform.h

gehe zur Dokumentation dieser Datei
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'kovarianzformlinux.ui'
00003 **
00004 ** Created: Mon Jan 7 10:49:59 2002
00005 **      by:  The User Interface Compiler (uic)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 #ifndef KOVARIANZFORM_H
00010 #define KOVARIANZFORM_H
00011 
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout; 
00015 class QHBoxLayout; 
00016 class QGridLayout; 
00017 class QFrame;
00018 class QLabel;
00019 class QPushButton;
00020 class QTable;
00021 
00022 class KovarianzForm : public QDialog
00023 { 
00024     Q_OBJECT
00025 
00026 public:
00027     KovarianzForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00028     ~KovarianzForm();
00029 
00030     QLabel* Startwerte_TitelLabel;
00031     QLabel* Startwerte_BeschreibungLabel;
00032     QFrame* Starwerte_LinienFrame;
00033     QTable* KovarianzTable;
00034     QPushButton* OKButton;
00035 
00036 public slots:
00037     virtual void OK_slot();
00038 
00039 protected:
00040     QVBoxLayout* Layout9;
00041     bool event( QEvent* );
00042 };
00043 
00044 #endif // KOVARIANZFORM_H

Erzeugt am Mon Jan 21 11:39:46 2002 für Positron von doxygen1.2.12 geschrieben von Dimitri van Heesch, © 1997-2001