vcl/qt5/QtInstanceBuilder.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a1b56eaa2390a0bca0a49f73dd1d8ed3617db7f5
Author:     Michael Weghorn <[email protected]>
AuthorDate: Mon Feb 9 15:28:48 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Mon Feb 9 20:02:15 2026 +0100

    tdf#130857 qt weld: Support "Import MS Works file" 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.
    
    The dialog e.g. shows up when opening attachment 205337
    from tdf#170561.
    
    Change-Id: Ic8513ca35ac510a912664d2ee8dbb3d5bcc5da29
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199000
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index d4249a2342af..08786982c873 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -265,6 +265,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"xmlsec/ui/selectcertificatedialog.ui",
     u"xmlsec/ui/viewcertdialog.ui",
     u"writerperfect/ui/exportepub.ui",
+    u"writerperfect/ui/wpftencodingdialog.ui",
 });
 
 // These UI files are only supported inside native Qt dialogs/widgets

Reply via email to