tdf#130857 qt weld: Support printer properties dialog

Declare support for the "Insert Breaks"
"File" -> Printer Settings" -> "Properties" 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.

Since this dialog contains tab pages, their .ui files
need to be declared as supported as well.

Change-Id: Ia4360eebf3fed6ab5f78510c866a1703b0db8998
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177923
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
This commit is contained in:
Michael Weghorn 2024-12-05 23:59:28 +01:00
parent 42f8227fdd
commit 26b24e181c

View file

@ -81,6 +81,9 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile)
u"svx/ui/gotopagedialog.ui"_ustr,
u"svx/ui/safemodedialog.ui"_ustr,
u"vcl/ui/openlockedquerybox.ui"_ustr,
u"vcl/ui/printerdevicepage.ui"_ustr,
u"vcl/ui/printerpaperpage.ui"_ustr,
u"vcl/ui/printerpropertiesdialog.ui"_ustr,
u"vcl/ui/printprogressdialog.ui"_ustr,
u"writerperfect/ui/exportepub.ui"_ustr,
};