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

Contents of /infoscreen/webview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 904 - (show annotations) (download)
Fri Jun 25 13:52:07 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 316 byte(s)
pass by reference
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