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

Annotation of /infoscreen/webview.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 540 - (hide annotations) (download)
Sat Jan 9 15:22:14 2010 UTC (14 years, 4 months ago) by torben
Original Path: infoscreen/MyWebView.h
File MIME type: text/plain
File size: 322 byte(s)
remove unused code
1 torben 508
2     #ifndef MYWEBVIEW_H
3     #define MYWEBVIEW_H
4    
5 torben 506 #include <QtWebKit>
6    
7    
8     class MyWebView : public QWebView
9     {
10 torben 534 Q_OBJECT
11 torben 506 public:
12 torben 534 MyWebView(QWidget* parent);
13 torben 506
14 torben 535 void start(QString url, QString screenid);
15 torben 506
16 torben 534 void showError(const char* msg);
17 torben 506
18 torben 535 QString generateUrl(QString url, QString screenid);
19 torben 540
20 torben 506 };
21    
22 torben 508 #endif //MYWEBVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20