diff options
Diffstat (limited to 'extensions/uiconfig/sbibliography/ui/toolbar.ui')
-rw-r--r-- | extensions/uiconfig/sbibliography/ui/toolbar.ui | 119 |
1 files changed, 119 insertions, 0 deletions
diff --git a/extensions/uiconfig/sbibliography/ui/toolbar.ui b/extensions/uiconfig/sbibliography/ui/toolbar.ui new file mode 100644 index 000000000..7caabb0e5 --- /dev/null +++ b/extensions/uiconfig/sbibliography/ui/toolbar.ui @@ -0,0 +1,119 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> +<interface domain="pcr"> + <requires lib="gtk+" version="3.18"/> + <object class="GtkToolbar" id="toolbar"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="show_arrow">False</property> + <child> + <object class="GtkToolButton" id="TBC_SOURCE"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Bib/source</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="TBC_BT_CHANGESOURCE"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Bib/sdbsource</property> + <property name="label" translatable="yes" context="toolbar|TBC_BT_CHANGESOURCE">Data Source</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkSeparatorToolItem" id="toolbutton1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="TBC_QUERY"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Bib/query</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkSeparatorToolItem" id="toolbutton2"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkMenuToolButton" id="TBC_BT_AUTOFILTER"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Bib/autoFilter</property> + <property name="label" translatable="yes" context="toolbar|TBC_BT_AUTOFILTER">AutoFilter</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="TBC_BT_FILTERCRIT"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Bib/standardFilter</property> + <property name="label" translatable="yes" context="toolbar|TBC_BT_FILTERCRIT">Standard Filter</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="TBC_BT_REMOVEFILTER"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Bib/removeFilter</property> + <property name="label" translatable="yes" context="toolbar|TBC_BT_REMOVEFILTER">Reset Filter</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + <child> + <object class="GtkToolButton" id="TBC_BT_COL_ASSIGN"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:Bib/Mapping</property> + <property name="label" translatable="yes" context="toolbar|TBC_BT_COL_ASSIGN">Column Arrangement</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="homogeneous">True</property> + </packing> + </child> + </object> +</interface> |