2016-05-01 02:35:00 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.18.3 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.6"/>
|
|
|
|
<requires lib="LibreOffice" version="1.0"/>
|
2016-05-23 08:31:02 -05:00
|
|
|
<object class="GtkListStore" id="categorylist">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name gchararray1 -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">None</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
2016-05-01 02:35:00 -05:00
|
|
|
<object class="GtkDialog" id="SaveAsTemplateDialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">6</property>
|
|
|
|
<property name="title" translatable="yes">Save As Template</property>
|
|
|
|
<property name="modal">True</property>
|
|
|
|
<property name="type_hint">normal</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox" id="dialog-vbox1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox" id="dialog-action_area1">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="help">
|
|
|
|
<property name="label">gtk-help</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
<property name="secondary">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="ok">
|
|
|
|
<property name="label">gtk-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="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="cancel">
|
|
|
|
<property name="label">gtk-cancel</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid" id="grid1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_bottom">6</property>
|
|
|
|
<property name="row_spacing">12</property>
|
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<child>
|
2016-05-23 08:31:02 -05:00
|
|
|
<object class="GtkBox" id="box1">
|
2016-05-01 02:35:00 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2016-05-23 08:31:02 -05:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="create_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
2016-09-02 19:33:13 -05:00
|
|
|
<property name="label" translatable="yes">Template _Name</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">name_entry</property>
|
2016-05-23 08:31:02 -05:00
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="normal"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="name_entry">
|
2016-06-04 21:23:03 -05:00
|
|
|
<property name="width_request">300</property>
|
2016-05-23 08:31:02 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2016-05-01 02:35:00 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2016-05-23 08:31:02 -05:00
|
|
|
<object class="GtkBox" id="box2">
|
2016-05-01 02:35:00 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2016-05-23 08:31:02 -05:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="select_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="xalign">0</property>
|
2016-09-02 19:33:13 -05:00
|
|
|
<property name="label" translatable="yes">Template _Category</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">categorylb:border</property>
|
2016-05-23 08:31:02 -05:00
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="normal"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="categorylb:border">
|
|
|
|
<property name="width_request">300</property>
|
2016-06-04 21:23:03 -05:00
|
|
|
<property name="height_request">150</property>
|
2016-05-23 08:31:02 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="border_width">2</property>
|
|
|
|
<property name="model">categorylist</property>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2016-05-01 02:35:00 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2016-06-04 21:23:03 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckButton" id="defaultcb">
|
2016-09-02 19:33:13 -05:00
|
|
|
<property name="label" translatable="yes">_Set as default template</property>
|
2016-06-04 21:23:03 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
2016-09-02 19:33:13 -05:00
|
|
|
<property name="use_underline">True</property>
|
2016-06-04 21:23:03 -05:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2016-05-01 02:35:00 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<action-widgets>
|
|
|
|
<action-widget response="0">help</action-widget>
|
|
|
|
<action-widget response="0">ok</action-widget>
|
|
|
|
<action-widget response="0">cancel</action-widget>
|
|
|
|
</action-widgets>
|
|
|
|
</object>
|
|
|
|
</interface>
|