/[projects]/infoscreen/MainView.h
ViewVC logotype

Contents of /infoscreen/MainView.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 509 - (show annotations) (download)
Sat Dec 12 18:59:28 2009 UTC (14 years, 5 months ago) by torben
File MIME type: text/plain
File size: 260 byte(s)
Sync

1
2 #ifndef MAINVIEW_H
3 #define MAINVIEW_H
4
5 #include <QWidget>
6
7
8 class MainView : public QWidget
9 {
10
11 Q_OBJECT
12 public:
13 MainView(QWidget* parent);
14
15
16 private:
17 QWidget* red;
18 QWidget* green;
19 QWidget* current;
20
21 public slots:
22 void onTimer();
23 };
24
25 #endif //MAINVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20