-
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define WEBVIEWWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QTimer>
|
||||
|
||||
class WebViewQt;
|
||||
class Rktwebview_qt;
|
||||
@@ -10,8 +11,12 @@ class WebviewWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
private:
|
||||
Rktwebview_qt *_container;
|
||||
WebViewQt *_view;
|
||||
Rktwebview_qt *_container;
|
||||
WebViewQt *_view;
|
||||
QTimer _process_js_events;
|
||||
|
||||
public slots:
|
||||
void processJsEvents();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *evt);
|
||||
|
||||
Reference in New Issue
Block a user