vcl/qt5/QtInstanceBuilder.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 04a2ab7ccbe6f25489e637729490d15047fa02ae Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Fri Oct 18 21:41:38 2024 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sat Oct 19 08:49:05 2024 +0200
tdf#130857 qt weld: Use native widgets for "Rename Sheet" dialog etc. Add the .ui file used e.g. for the "Rename Sheet" dialog in Calc to the list of .ui files supported by QtInstanceBuilder. This means that a dialog using native Qt widgets gets used by the qt5/qt6 VCL plugins now when e.g. starting Calc, right-clicking the the tab for the current sheet at the bottom and selecting the "Rename Sheet" menu entry. Change-Id: Ie656e55cb2701596f6c6f1f7d395934eedf710fc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175183 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index b1c7297876b8..c5aa49acbb98 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -36,6 +36,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile) // what is relevant for that particular one, without having to implement the full // weld API at once. static std::unordered_set<OUString> aSupportedUIFiles = { + u"modules/scalc/ui/inputstringdialog.ui"_ustr, u"modules/schart/ui/insertaxisdlg.ui"_ustr, u"modules/swriter/ui/inforeadonlydialog.ui"_ustr, u"sfx/ui/licensedialog.ui"_ustr,