cui/uiconfig/ui/formatnumberdialog.ui |   66 +++++++++++++++++-----------------
 vcl/qt5/QtInstanceBuilder.cxx         |    2 +
 2 files changed, 35 insertions(+), 33 deletions(-)

New commits:
commit ec227fb8538008fdc8a242c43bfe6dc32635102c
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Feb 11 00:57:05 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Wed Feb 11 08:57:54 2026 +0100

    tdf#130857 qt weld: Support "Format Number" 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 Writer
    * "Insert" -> "Chart"
    * "Insert" -> "Data Labels..."
    * in the dialog, enable the "Value as number" checkbox
    * press the "Number format..." button
    
    Change-Id: Ie30a9790cfe644a6875a9be509ffc8b63242ab52
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199115
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index aa1d8ece5f2c..8e6f3032bfdc 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -85,6 +85,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"cui/ui/namedialog.ui",
     u"cui/ui/newtabledialog.ui",
     u"cui/ui/numberdialog.ui",
+    u"cui/ui/formatnumberdialog.ui",
     u"cui/ui/objecttitledescdialog.ui",
     u"cui/ui/objectnamedialog.ui",
     u"cui/ui/optnewdictionarydialog.ui",
commit 117029dd700c8abe3d9e772d29b59c9e05c07349
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Feb 11 00:50:36 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Wed Feb 11 08:57:46 2026 +0100

    cui: Resave formatnumberdialog.ui with glade 3.40
    
    The dialog can e.g. be triggered like this:
    
    * start Writer
    * "Insert" -> "Chart"
    * "Insert" -> "Data Labels..."
    * in the dialog, enable the "Value as number" checkbox
    * press the "Number format..." button
    
    Change-Id: I3fedc20ef4a50530d215d80014276c889cc51461
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199114
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/cui/uiconfig/ui/formatnumberdialog.ui 
b/cui/uiconfig/ui/formatnumberdialog.ui
index dbf5f064bfb2..51435434f191 100644
--- a/cui/uiconfig/ui/formatnumberdialog.ui
+++ b/cui/uiconfig/ui/formatnumberdialog.ui
@@ -1,48 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="cui">
   <requires lib="gtk+" version="3.24"/>
   <object class="GtkDialog" id="FormatNumberDialog">
-    <property name="can_focus">False</property>
-    <property name="border_width">6</property>
+    <property name="can-focus">False</property>
+    <property name="border-width">6</property>
     <property name="title" translatable="yes" 
context="formatnumberdialog|FormatNumberDialog">Format Number</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
-    <property name="default_width">0</property>
-    <property name="default_height">0</property>
-    <property name="type_hint">dialog</property>
+    <property name="default-width">0</property>
+    <property name="default-height">0</property>
+    <property name="type-hint">dialog</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
-        <child>
-          <object class="GtkBox" id="content">
-            <property name="visible">True</property>
-            <property name="can_focus">False</property>
-            <property name="orientation">vertical</property>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="expand">True</property>
-            <property name="fill">True</property>
-            <property name="position">0</property>
-          </packing>
-        </child>
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="dialog-action_area1">
-            <property name="can_focus">False</property>
-            <property name="layout_style">end</property>
+            <property name="can-focus">False</property>
+            <property name="layout-style">end</property>
             <child>
               <object class="GtkButton" id="ok">
                 <property name="label" translatable="yes" 
context="stock">_OK</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="can_default">True</property>
-                <property name="has_default">True</property>
-                <property name="receives_default">True</property>
+                <property name="can-focus">True</property>
+                <property name="can-default">True</property>
+                <property name="has-default">True</property>
+                <property name="receives-default">True</property>
                 <property name="use-underline">True</property>
               </object>
               <packing>
@@ -55,8 +40,8 @@
               <object class="GtkButton" id="cancel">
                 <property name="label" translatable="yes" 
context="stock">_Cancel</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">True</property>
                 <property name="use-underline">True</property>
               </object>
               <packing>
@@ -69,8 +54,8 @@
               <object class="GtkButton" id="help">
                 <property name="label" translatable="yes" 
context="stock">_Help</property>
                 <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
+                <property name="can-focus">True</property>
+                <property name="receives-default">True</property>
                 <property name="use-underline">True</property>
               </object>
               <packing>
@@ -84,7 +69,22 @@
           <packing>
             <property name="expand">False</property>
             <property name="fill">True</property>
-            <property name="pack_type">end</property>
+            <property name="pack-type">end</property>
+            <property name="position">0</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkBox" id="content">
+            <property name="visible">True</property>
+            <property name="can-focus">False</property>
+            <property name="orientation">vertical</property>
+            <child>
+              <placeholder/>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
             <property name="position">0</property>
           </packing>
         </child>
commit d8ddfd6ecea9d8cae04aebcd34a79fe89588c97b
Author:     Michael Weghorn <[email protected]>
AuthorDate: Wed Feb 11 00:41:29 2026 +0100
Commit:     Michael Weghorn <[email protected]>
CommitDate: Wed Feb 11 08:57:40 2026 +0100

    tdf#130857 qt weld: Support chart "Data Table" 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 Writer
    * "Insert" -> "Chart"
    * "Insert" -> "Data Table..."
    
    Change-Id: Ie2b4382664420058349bbe996e247d8224fdbce4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199113
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <[email protected]>

diff --git a/vcl/qt5/QtInstanceBuilder.cxx b/vcl/qt5/QtInstanceBuilder.cxx
index 8654cc03fe20..aa1d8ece5f2c 100644
--- a/vcl/qt5/QtInstanceBuilder.cxx
+++ b/vcl/qt5/QtInstanceBuilder.cxx
@@ -165,6 +165,7 @@ constexpr auto SUPPORTED_UI_FILES = 
frozen::make_unordered_set<std::u16string_vi
     u"modules/scalc/ui/ttestdialog.ui",
     u"modules/scalc/ui/ztestdialog.ui",
     u"modules/schart/ui/charttypedialog.ui",
+    u"modules/schart/ui/dlg_InsertDataTable.ui",
     u"modules/schart/ui/dlg_InsertLegend.ui",
     u"modules/schart/ui/insertaxisdlg.ui",
     u"modules/schart/ui/insertgriddlg.ui",

Reply via email to