vcl/qt5/QtInstanceBuilder.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 92223206d18d56b42c662bedfb094e6ac9424185
Author: Michael Weghorn <[email protected]>
AuthorDate: Tue Aug 12 23:46:34 2025 +0200
Commit: Michael Weghorn <[email protected]>
CommitDate: Wed Aug 13 07:06:24 2025 +0200
tdf#130857 qt weld: Support "Edit Duration" 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 as follows:
* start Writer
* "File" -> "Properties"
* go to "Custom Properties" tab
* click "Add Property" button
* select any name
* for "Type", select "Duration"
* click on the "..." button in the "Value" column
Change-Id: I46059ccad5097e7dad489380ff6316e74da4ef18
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189461
Reviewed-by: Michael Weghorn <[email protected]>
Tested-by: Jenkins
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index baef19a835ae..7d591a85af4d 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -167,6 +167,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString&
rUIFile, const weld::W
u"modules/swriter/ui/rowheight.ui"_ustr,
u"modules/swriter/ui/splittable.ui"_ustr,
u"modules/swriter/ui/wordcount.ui"_ustr,
+ u"sfx/ui/editdurationdialog.ui"_ustr,
u"sfx/ui/helpmanual.ui"_ustr,
u"sfx/ui/inputdialog.ui"_ustr,
u"sfx/ui/licensedialog.ui"_ustr,