vcl/qt5/QtInstanceBuilder.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 70b41f1f012fd65ebe770587d0cb3e46d5f4982c
Author: Michael Weghorn <[email protected]>
AuthorDate: Fri Feb 20 00:23:36 2026 +0100
Commit: Michael Weghorn <[email protected]>
CommitDate: Fri Feb 20 10:07:34 2026 +0100
tdf#130857 qt weld: Support "Confirm Linked Graphic" 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
* "Insert" -> "Image"
* select an image in the file dialog and make sure that the
"Link" checkbox is checked, confirm with "Open"
Change-Id: I4d3cf8197289ffeb1bb22b1804d97d19fdf2c783
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199772
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <[email protected]>
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index dec9109b94ea..b8c5d5a363d7 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -266,6 +266,7 @@ constexpr auto SUPPORTED_UI_FILES =
frozen::make_unordered_set<std::u16string_vi
u"svx/ui/fileexporteddialog.ui",
u"svx/ui/formpropertydialog.ui",
u"svx/ui/gotopagedialog.ui",
+ u"svx/ui/linkwarndialog.ui",
u"svx/ui/passwd.ui",
u"svx/ui/querydeleteobjectdialog.ui",
u"svx/ui/querydeletethemedialog.ui",