This commit is contained in:
2026-03-03 09:39:15 +01:00
parent 769d5681d4
commit 35aae3b707
9 changed files with 136 additions and 40 deletions

View File

@@ -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);