vcl/qt5/QtInstanceBuilder.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 131cad02769174fc8f0b52cc4cd5281177f08eba
Author: Michael Weghorn <[email protected]>
AuthorDate: Thu Feb 12 08:01:57 2026 +0100
Commit: Michael Weghorn <[email protected]>
CommitDate: Thu Feb 12 09:57:21 2026 +0100
tdf#130857 qt weld: Support "Delete this object?" dialog
This means that native Qt widgets are used for that dialog
now when using the qt5 or qt6 VCL plugin and starting LO with
environment variable SAL_VCL_QT_USE_WELDED_WIDGETS=1 set.
The dialog can be triggered like this:
* start Writer
* open the Gallery sidebar deck
* right-click on a a gallery item and select the "Delete"
context menu entry
Change-Id: I11526640be460b73f3dac1e3d10609c9db6b702c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199235
Reviewed-by: Michael Weghorn <[email protected]>
Tested-by: Jenkins
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 02d6f4f8a789..3b61b91a68da 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -259,6 +259,7 @@ constexpr auto SUPPORTED_UI_FILES =
frozen::make_unordered_set<std::u16string_vi
u"svx/ui/formpropertydialog.ui",
u"svx/ui/gotopagedialog.ui",
u"svx/ui/passwd.ui",
+ u"svx/ui/querydeleteobjectdialog.ui",
u"svx/ui/querydeletethemedialog.ui",
u"svx/ui/safemodedialog.ui",
u"svx/ui/themecoloreditdialog.ui",