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

Contents of /infoscreen/MainView.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 512 - (show annotations) (download)
Tue Dec 15 13:53:02 2009 UTC (14 years, 5 months ago) by torben
File MIME type: text/plain
File size: 327 byte(s)
Now with screenmanager

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

  ViewVC Help
Powered by ViewVC 1.1.20