diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-29 20:16:06 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-30 09:08:08 +0100 |
commit | 2c93a8b474f6fc2420c01aa1e9cad2963c6c9c16 (patch) | |
tree | 29b05fd6da8edbc9cc14c962f70ad9a7fcface4d /vcl | |
parent | 8bf22f69ffd2fb24b14297b8f869eb8371dfbb21 (diff) |
tdf#130857 qt weld: Declare support for Calc "Select Source" dialog
Add .ui file for Calc's "Select Source" dialog to list of files
supported by QtInstanceBuilder, so that native Qt widgets are used for
that dialog now when using the qt5/qt6 VCL plugins, unless environment
variable SAL_VCL_QT_NO_WELDED_WIDGETS=1 is set.
This dialog is e.g. used for "Insert" -> "Pivot Table" in Calc.
Change-Id: I4e9397f665f83cff099a7fb91d5e310b249be933
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175800
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qt5/QtInstanceBuilder.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx index 033aaa445a3a..17e8d90d039e 100644 --- a/vcl/qt5/QtInstanceBuilder.cxx +++ b/vcl/qt5/QtInstanceBuilder.cxx @@ -46,6 +46,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile) u"cui/ui/querysetinsmodedialog.ui"_ustr, u"cui/ui/securityoptionsdialog.ui"_ustr, u"modules/scalc/ui/inputstringdialog.ui"_ustr, + u"modules/scalc/ui/selectsource.ui"_ustr, u"modules/schart/ui/insertaxisdlg.ui"_ustr, u"modules/smath/ui/alignmentdialog.ui"_ustr, u"modules/swriter/ui/inforeadonlydialog.ui"_ustr, |