00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'citytimebase.ui' 00003 ** 00004 ** Created: Sat Oct 12 11:23:02 2002 00005 ** by: The User Interface Compiler (uic) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 #ifndef CITYTIMEBASE_H 00010 #define CITYTIMEBASE_H 00011 00012 #include <qvariant.h> 00013 #include <qwidget.h> 00014 class QVBoxLayout; 00015 class QHBoxLayout; 00016 class QGridLayout; 00017 class QLabel; 00018 class QToolButton; 00019 class ZoneMap; 00020 00021 class CityTimeBase : public QWidget 00022 { 00023 Q_OBJECT 00024 00025 public: 00026 CityTimeBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00027 ~CityTimeBase(); 00028 00029 ZoneMap* frmMap; 00030 QToolButton* cmdCity7; 00031 QLabel* lblCTime9; 00032 QToolButton* cmdCity8; 00033 QToolButton* cmdCity2; 00034 QLabel* lblCTime6; 00035 QToolButton* cmdCity6; 00036 QToolButton* cmdCity4; 00037 QLabel* lblCTime5; 00038 QLabel* lblCTime2; 00039 QLabel* lblCTime1; 00040 QToolButton* cmdCity3; 00041 QLabel* lblCTime8; 00042 QToolButton* cmdCity1; 00043 QLabel* lblCTime7; 00044 QLabel* lblCTime4; 00045 QToolButton* cmdCity5; 00046 QLabel* lblCTime3; 00047 QToolButton* cmdCity9; 00048 00049 public slots: 00050 virtual void beginNewTz(); 00051 virtual void slotNewTz(const QString &, const QString &); 00052 00053 protected: 00054 QVBoxLayout* CityTimeBaseLayout; 00055 QGridLayout* Layout2; 00056 bool event( QEvent* ); 00057 QWidget* buttonWidget; 00058 }; 00059 00060 #endif // CITYTIMEBASE_H
1.4.2