diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-15 15:35:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-26 16:09:34 +0100 |
commit | cf9f303ff9d8e2c9382d1e09e480f9801d254acd (patch) | |
tree | 1dc2a97c38d7f22b0047a01b0d2439d187240537 /chart2/uiconfig | |
parent | acfa3917ab2eb3d3efd45f319ec48e6ccb87c5dd (diff) |
weld DataSourceTabPage
Change-Id: I99b7c2ec397829c2f7ceb7ec18ae24195b9781e2
Reviewed-on: https://gerrit.libreoffice.org/61800
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/uiconfig')
-rw-r--r-- | chart2/uiconfig/ui/tp_DataSource.ui | 119 |
1 files changed, 102 insertions, 17 deletions
diff --git a/chart2/uiconfig/ui/tp_DataSource.ui b/chart2/uiconfig/ui/tp_DataSource.ui index a6fce7637052..cc7aaa7c70b4 100644 --- a/chart2/uiconfig/ui/tp_DataSource.ui +++ b/chart2/uiconfig/ui/tp_DataSource.ui @@ -1,19 +1,46 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.22.1 --> <interface domain="chart"> <requires lib="gtk+" version="3.18"/> - <requires lib="LibreOffice" version="1.0"/> + <object class="GtkImage" id="image1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-go-up</property> + </object> + <object class="GtkImage" id="image2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-go-down</property> + </object> <object class="GtkImage" id="imageIMB_RANGE_CAT"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="tooltip_text" translatable="yes" context="tp_DataSource|imageIMB_RANGE_CAT|tooltip_text">Select data range</property> - <property name="pixbuf">chart2/res/selectrange.png</property> + <property name="icon_name">chart2/res/selectrange.png</property> </object> <object class="GtkImage" id="imageIMB_RANGE_MAIN"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="tooltip_text" translatable="yes" context="tp_DataSource|imageIMB_RANGE_MAIN|tooltip_text">Select data range</property> - <property name="pixbuf">chart2/res/selectrange.png</property> + <property name="icon_name">chart2/res/selectrange.png</property> + </object> + <object class="GtkTreeStore" id="liststore1"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> + <object class="GtkTreeStore" id="liststore2"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name text2 --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> </object> <object class="GtkBox" id="tp_DataSource"> <property name="visible">True</property> @@ -57,7 +84,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="tp_DataSource|FT_SERIES">Data _series:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">LB_SERIES:border</property> + <property name="mnemonic_widget">LB_SERIES</property> <property name="xalign">0</property> </object> <packing> @@ -67,14 +94,37 @@ </packing> </child> <child> - <object class="chartcontrollerlo-SeriesListBox" id="LB_SERIES:border"> - <property name="width_request">200</property> - <property name="height_request">200</property> + <object class="GtkScrolledWindow"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="vexpand">True</property> - <child internal-child="selection"> - <object class="GtkTreeSelection" id="Chart Series ListBox-selection1"/> + <property name="shadow_type">in</property> + <child> + <object class="GtkTreeView" id="LB_SERIES"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="model">liststore1</property> + <property name="headers_visible">False</property> + <property name="headers_clickable">False</property> + <property name="search_column">0</property> + <property name="show_expanders">False</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection1"/> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn1"> + <child> + <object class="GtkCellRendererText" id="cellrenderertext1"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + </object> + </child> + </object> </child> </object> <packing> @@ -108,6 +158,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="image">image1</property> <property name="always_show_image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="BTN_UP-atkobject"> @@ -139,6 +190,8 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="image">image2</property> + <property name="always_show_image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="BTN_DOWN-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="tp_DataSource|BTN_DOWN-atkobject">Down</property> @@ -178,7 +231,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="tp_DataSource|FT_ROLE">_Data ranges:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">LB_ROLE:border</property> + <property name="mnemonic_widget">LB_ROLE</property> <property name="xalign">0</property> </object> <packing> @@ -187,15 +240,47 @@ </packing> </child> <child> - <object class="vcllo-SvTabListBox" id="LB_ROLE:border"> - <property name="width_request">440</property> - <property name="height_request">100</property> + <object class="GtkScrolledWindow"> <property name="visible">True</property> - <property name="can_focus">True</property> + <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <child internal-child="selection"> - <object class="GtkTreeSelection" id="Tab List-selection"/> + <property name="shadow_type">in</property> + <child> + <object class="GtkTreeView" id="LB_ROLE"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <property name="model">liststore2</property> + <property name="headers_visible">False</property> + <property name="headers_clickable">False</property> + <property name="search_column">0</property> + <property name="show_expanders">False</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection2"/> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn2"> + <child> + <object class="GtkCellRendererText" id="cellrenderertext2"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + </object> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn3"> + <child> + <object class="GtkCellRendererText" id="cellrenderertext3"/> + <attributes> + <attribute name="text">1</attribute> + </attributes> + </child> + </object> + </child> + </object> </child> </object> <packing> |