From 3f56d76a2b0d528c05ab8d0a38059ca82ba90952 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 26 Jul 2025 00:39:23 +0530 Subject: Add set_html for views + example use with decorations --- src/LuaRuntime.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/LuaRuntime.hpp') diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp index 0f46eab..1132270 100644 --- a/src/LuaRuntime.hpp +++ b/src/LuaRuntime.hpp @@ -63,6 +63,7 @@ signals: void webview_scroll_top_requested(WebViewId webview_id); void webview_scroll_bottom_requested(WebViewId webview_id); void decoration_set_enabled(DecorationType type, bool enabled, std::optional win_id); + void set_view_html(const QString &html, WebViewId view_id); protected: LuaRuntime(); -- cgit v1.3.1