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

New commits:
commit a49ba2d728c7db906be1510b5c35830b6af72f1f
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Tue Jun 24 09:07:28 2025 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Tue Jun 24 12:35:04 2025 +0200

    tdf#130857 qt weld: Support sw "Caption Options" 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.
    
    To trigger the dialog:
    
    * insert an image in Writer
    * select the image, right-click to open context menu
    * select "Insert Caption" context menu entry
    * press the "Options" button in the dialog
    
    Change-Id: Ia2a7a73b565710da8a419d1d2829857f0ddd6828
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186871
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index cfb6b0ee4ef5..648ce9ee0abd 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -122,6 +122,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& 
rUIFile, const weld::W
         u"modules/smath/ui/spacingdialog.ui"_ustr,
         u"modules/spropctrlr/ui/taborder.ui"_ustr,
         u"modules/swriter/ui/authenticationsettingsdialog.ui"_ustr,
+        u"modules/swriter/ui/captionoptions.ui"_ustr,
         u"modules/swriter/ui/columnwidth.ui"_ustr,
         u"modules/swriter/ui/editcategories.ui"_ustr,
         u"modules/swriter/ui/endnotepage.ui"_ustr,

Reply via email to