summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2024-10-30 09:57:01 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2024-10-30 12:08:36 +0100
commitc8da0e06f7b3e5122826dda24167adc0688cee33 (patch)
treedd4f6031bd23b57c470ec7db7f6e1d3bf675c048 /vcl
parentef1eaad00f3bd2c7536c0b8bcb37f9e3201ced11 (diff)
tdf#130857 qt weld: Declare support for print progress dialog
Add .ui file for the print progress dialog that gets shown when starting a print job from the print dialog (Ctrl+P) 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. Change-Id: I4bfdd34fcdb6d5844e04d99235fbf3ad5ef9f66c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175817 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qt5/QtInstanceBuilder.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 9101e5509f47..298f1f921333 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -59,6 +59,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile)
u"sfx/ui/safemodequerydialog.ui"_ustr,
u"svt/ui/printersetupdialog.ui"_ustr,
u"svt/ui/restartdialog.ui"_ustr,
+ u"vcl/ui/printprogressdialog.ui"_ustr,
u"writerperfect/ui/exportepub.ui"_ustr,
};