summaryrefslogtreecommitdiff
path: root/core/settings/citytime/citytimebase.h
Unidiff
Diffstat (limited to 'core/settings/citytime/citytimebase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/citytime/citytimebase.h60
1 files changed, 60 insertions, 0 deletions
diff --git a/core/settings/citytime/citytimebase.h b/core/settings/citytime/citytimebase.h
new file mode 100644
index 0000000..56606ee
--- a/dev/null
+++ b/core/settings/citytime/citytimebase.h
@@ -0,0 +1,60 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'citytimebase.ui'
3**
4** Created: Sat Oct 12 11:23:02 2002
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef CITYTIMEBASE_H
10#define CITYTIMEBASE_H
11
12#include <qvariant.h>
13#include <qwidget.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QLabel;
18class QToolButton;
19class ZoneMap;
20
21class CityTimeBase : public QWidget
22{
23 Q_OBJECT
24
25public:
26 CityTimeBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
27 ~CityTimeBase();
28
29 ZoneMap* frmMap;
30 QToolButton* cmdCity7;
31 QLabel* lblCTime9;
32 QToolButton* cmdCity8;
33 QToolButton* cmdCity2;
34 QLabel* lblCTime6;
35 QToolButton* cmdCity6;
36 QToolButton* cmdCity4;
37 QLabel* lblCTime5;
38 QLabel* lblCTime2;
39 QLabel* lblCTime1;
40 QToolButton* cmdCity3;
41 QLabel* lblCTime8;
42 QToolButton* cmdCity1;
43 QLabel* lblCTime7;
44 QLabel* lblCTime4;
45 QToolButton* cmdCity5;
46 QLabel* lblCTime3;
47 QToolButton* cmdCity9;
48
49public slots:
50 virtual void beginNewTz();
51 virtual void slotNewTz(const QString &, const QString &);
52
53protected:
54 QVBoxLayout* CityTimeBaseLayout;
55 QGridLayout* Layout2;
56 bool event( QEvent* );
57 QWidget* buttonWidget;
58};
59
60#endif // CITYTIMEBASE_H