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

Contents of /infoscreen/MainView.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 527 - (show annotations) (download)
Tue Jan 5 20:14:22 2010 UTC (14 years, 4 months ago) by torben
File MIME type: text/plain
File size: 476 byte(s)
added videoview
1
2 #ifndef MAINVIEW_H
3 #define MAINVIEW_H
4
5 #include <QWidget>
6 #include "screenmanager.h"
7
8 class VideoView;
9 class MyWebView;
10 class ClientSideRender;
11 class PictureView;
12
13 class MainView : public QWidget
14 {
15
16 Q_OBJECT
17 public:
18 MainView(QWidget* parent);
19
20
21 private:
22 MyWebView* web;
23 ClientSideRender* render;
24 PictureView* picture;
25 VideoView* video;
26 QWidget* current;
27 ScreenManager screenManager;
28
29 public slots:
30 void onTimer();
31 };
32
33 #endif //MAINVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20