From 031b22e0bb0f1d132731aea3776917731a8ab4ce Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Jul 2025 23:17:02 +0530 Subject: Add decorations.*.view lua api + support decoration views for open url --- src/widgets/Decorations.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/widgets/Decorations.cpp') diff --git a/src/widgets/Decorations.cpp b/src/widgets/Decorations.cpp index 82c1a65..9df4c23 100644 --- a/src/widgets/Decorations.cpp +++ b/src/widgets/Decorations.cpp @@ -15,15 +15,6 @@ Decorations::Decorations(QWidget *content_widget, QWebEngineProfile *profile, QW decoration_left = new EdgeDecoration(true, profile, this); decoration_right = new EdgeDecoration(true, profile, this); - QString content = R"HTML( -
- Hello world testing testing - -
- )HTML"; - decoration_bottom->set_html(content); - // decoration_bottom->set_enabled(true); - auto *vbox = new QVBoxLayout(); vbox->setContentsMargins(0, 0, 0, 0); vbox->setSpacing(0); -- cgit v1.3.1