00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'SimulationDialog.ui' 00003 ** 00004 ** Created: Mo Nov 24 15:30:33 2008 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef SIMULATIONDIALOG_H 00010 #define SIMULATIONDIALOG_H 00011 00012 #include <qvariant.h> 00013 #include <qpixmap.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class MyCanvasView; 00021 class QPushButton; 00022 00023 class SimulationDialog : public QDialog 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 SimulationDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00029 ~SimulationDialog(); 00030 00031 MyCanvasView* canvasView; 00032 QPushButton* startSimulationButton; 00033 QPushButton* resumeSimulationButton; 00034 QPushButton* stopSimulationButton; 00035 00036 protected: 00037 QVBoxLayout* SimulationDialogLayout; 00038 QHBoxLayout* layout10; 00039 00040 protected slots: 00041 virtual void languageChange(); 00042 00043 private: 00044 QPixmap image0; 00045 00046 }; 00047 00048 #endif // SIMULATIONDIALOG_H