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

Annotation of /infoscreen/videoview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 527 - (hide annotations) (download)
Tue Jan 5 20:14:22 2010 UTC (14 years, 4 months ago) by torben
File MIME type: text/plain
File size: 220 byte(s)
added videoview
1 torben 527 #ifndef VIDEOVIEW_H
2     #define VIDEOVIEW_H
3    
4     #include <videoplayer.h> //Phonon
5    
6     class VideoView : public Phonon::VideoPlayer
7     {
8     public:
9     VideoView(QWidget* parent);
10     void loadUrl(QString url);
11     };
12    
13     #endif // VIDEOVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20