00001
00002 /**********************************************************************
00003
00004 --- Dlgedit generated file ---
00005
00006 File: qtFrontData.h
00007 Last generated: Wed Feb 16 19:06:52 2000
00008
00009 DO NOT EDIT!!! This file will be automatically
00010 regenerated by dlgedit. All changes will be lost.
00011
00012 *********************************************************************/
00013
00014 #ifndef qtFrontData_included
00015 #define qtFrontData_included
00016
00017 #include <qwidget.h>
00018 #include <qlcdnum.h>
00019 #include <qmlined.h>
00020
00021 class qtFrontData : public QWidget
00022 {
00023 Q_OBJECT
00024
00025 public:
00026
00027 qtFrontData
00028 (
00029 QWidget* parent = NULL,
00030 const char* name = NULL
00031 );
00032
00033 virtual ~qtFrontData();
00034
00035 public slots:
00036
00037
00038 protected slots:
00039
00040
00041 public:
00042 QMultiLineEdit* debugMsgWin;
00043 QLCDNumber* LCDusers;
00044 QLCDNumber* LCDmatrices;
00045
00046 };
00047
00048 #endif // qtFrontData_included