00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef SPEKTRUMSIMULIEREN_H
00010 #define SPEKTRUMSIMULIEREN_H
00011
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QComboBox;
00018 class QFrame;
00019 class QLabel;
00020 class QLineEdit;
00021 class QPushButton;
00022 class QSpinBox;
00023 class QTable;
00024
00025 class SpektrumSimulieren : public QDialog
00026 {
00027 Q_OBJECT
00028
00029 public:
00030 SpektrumSimulieren( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00031 ~SpektrumSimulieren();
00032
00033 QLabel* Startwerte_TitelLabel;
00034 QLabel* Startwerte_BeschreibungLabel;
00035 QFrame* Starwerte_LinienFrame;
00036 QLabel* TextLabel1;
00037 QLabel* TextLabel2;
00038 QLabel* TextLabel3;
00039 QLabel* TextLabel4;
00040 QLabel* TextLabel5;
00041 QLabel* TextLabel6;
00042 QLabel* TextLabel7;
00043 QLabel* TextLabel8;
00044 QPushButton* PushButton9;
00045 QPushButton* PushButton10;
00046 QComboBox* Startwerte_AnzahlderModelltermeComboBox;
00047 QLineEdit* SpektrumNameLineEdit;
00048 QLabel* TextLabel1_3;
00049 QLabel* Startwerte_Label2;
00050 QLabel* TextLabel1_2;
00051 QSpinBox* RandomSpinBox;
00052 QTable* Startwerte_Table;
00053
00054 public slots:
00055 virtual void AnzahlderModellterme_slot(int);
00056 virtual void OK_slot();
00057
00058 protected:
00059 QVBoxLayout* Layout9;
00060 QVBoxLayout* Layout8;
00061 bool event( QEvent* );
00062 };
00063
00064 #endif // SPEKTRUMSIMULIEREN_H