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

Annotation of /infoscreen/webview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 506 - (hide annotations) (download)
Fri Dec 11 21:47:49 2009 UTC (14 years, 5 months ago) by torben
Original Path: infoscreen/MyWebView.h
File MIME type: text/plain
File size: 312 byte(s)
Restructured to multifile project

1 torben 506 #include <QApplication>
2     #include <QtWebKit>
3     #include <QDesktopWidget>
4     #include <iostream>
5     #include <stdexcept>
6    
7    
8     class MyWebView : public QWebView
9     {
10     Q_OBJECT
11     public:
12     MyWebView(QWidget* parent);
13    
14     virtual void show();
15    
16     void showError(const char* msg);
17    
18     QString generateUrl();
19     public slots:
20     void test();
21     };

  ViewVC Help
Powered by ViewVC 1.1.20