vcl/qt5/QtInstanceBuilder.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 30e5e6c7514d814a737aabb63f2a6198be5ec991 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Fri May 2 18:38:31 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sat May 3 09:56:38 2025 +0200
tdf#130857 qt weld: Support "User Interface" dlg tabpage Add the .ui file added in commit ec04856ff1dfe0c5c9462263f2d261c30a336d7c Date: Mon Apr 28 14:15:08 2025 +0200 Turn UI picker dialog into a SfxTabDialog to the list of supported .ui files, so that the "View" -> "User Interface" dialog shows its content again with the qt6 VCL plugin when using SAL_VCL_QT_USE_WELDED_WIDGETS=1. Change-Id: I202e228d2373acb494bf8c28bf2abe16bc2b6062 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184911 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index 2ed807576b0c..7049cbf8e3bf 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -87,6 +87,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile) u"cui/ui/splitcellsdialog.ui"_ustr, u"cui/ui/tipofthedaydialog.ui"_ustr, u"cui/ui/toolbarmodedialog.ui"_ustr, + u"cui/ui/uitabpage.ui"_ustr, u"cui/ui/zoomdialog.ui"_ustr, u"dbaccess/ui/savedialog.ui"_ustr, u"dbaccess/ui/tabledesignsavemodifieddialog.ui"_ustr,