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

Contents of /infoscreen/MyWebView.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 535 - (show annotations) (download)
Fri Jan 8 09:20:37 2010 UTC (14 years, 4 months ago) by torben
File MIME type: text/plain
File size: 388 byte(s)
make client even more configureable
1
2 #ifndef MYWEBVIEW_H
3 #define MYWEBVIEW_H
4
5 #include <QtWebKit>
6
7
8 class MyWebView : public QWebView
9 {
10 Q_OBJECT
11 public:
12 MyWebView(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 public slots:
20 void onChange(bool success);
21 void onTimer();
22 };
23
24 #endif //MYWEBVIEW_H

  ViewVC Help
Powered by ViewVC 1.1.20