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:
parent
42f8227fdd
commit
26b24e181c
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue