Better profile support, only 1 web server per context, multiple windows per context

This commit is contained in:
2026-03-12 00:23:27 +01:00
parent 7d234bc834
commit d99c5a1725
13 changed files with 314 additions and 168 deletions

View File

@@ -65,7 +65,7 @@ public:
void openDevTools();
public:
explicit WebviewWindow(WebviewWindow *parent, bool has_scp, QByteArray scp_pem);
explicit WebviewWindow(QWebEngineProfile *profile, WebviewWindow *parent);
private slots:
void triggerResize();