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

Annotation of /infoscreen/mainview.h

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.20