This commit is contained in:
2026-03-05 10:59:06 +01:00
parent 99f30a6798
commit 3b53a945f9
11 changed files with 133 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ private:
Rktwebview_qt *_container;
WebViewQt *_view;
QMainWindow *_devtools;
WebviewWindow *_parent;
QTimer _resize_timer;
QTimer _move_timer;
@@ -51,7 +52,7 @@ public:
void openDevTools();
public:
explicit WebviewWindow(QWidget *parent = nullptr);
explicit WebviewWindow(WebviewWindow *parent = nullptr);
private slots:
void triggerResize();