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

Contents of /infoscreen/webview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 884 - (show annotations) (download)
Thu Jun 24 09:44:57 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 312 byte(s)
rename MyWebView to WebView
1
2 #ifndef WEBVIEW_H
3 #define WEBVIEW_H
4
5 #include <QtWebKit>
6
7
8 class WebView : public QWebView
9 {
10 Q_OBJECT
11 public:
12 WebView(QWidget* parent);
13
14 void start(QString url, QString screenid);
15
16 void showError(const char* msg);
17
18 QString generateUrl(QString url, QString screenid);
19
20 };
21
22 #endif //WEBVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20