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

New commits:
commit f984b7f6de2c9cb86f256fb670d309788f1ce38d
Author:     Michael Weghorn <[email protected]>
AuthorDate: Mon Feb 2 17:42:31 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Tue Feb 3 00:29:49 2026 +0100

    tdf#130857 qt weld: Support Calc "Create Scenario" 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 can be triggered like this:
    
    * start Calc
    * select multiple cells, e.g. A1:B2
    * "Tools" -> "Scenarios..."
    
    Change-Id: I690302f660bd31fd1703355cfbd5389d4e293d00
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198566
    Reviewed-by: Michael Weghorn <[email protected]>
    Tested-by: Jenkins

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 3e3ede108eb5..66d363c3e425 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -149,6 +149,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"modules/scalc/ui/optimalrowheightdialog.ui",
     u"modules/scalc/ui/pastespecial.ui",
     u"modules/scalc/ui/rowheightdialog.ui",
+    u"modules/scalc/ui/scenariodialog.ui",
     u"modules/scalc/ui/selectrange.ui",
     u"modules/scalc/ui/selectsource.ui",
     u"modules/scalc/ui/sharedocumentdlg.ui",

Reply via email to