Replace translatable="1" by translatable="yes" so xgettext stays happy and extracts the strings.
196 lines
7.3 KiB
XML
196 lines
7.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.18.1 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.16"/>
|
|
<object class="GtkListStore" id="liststore1">
|
|
<columns>
|
|
<!-- column-name width -->
|
|
<column type="gint"/>
|
|
<!-- column-name height -->
|
|
<column type="gint"/>
|
|
</columns>
|
|
<data>
|
|
<row>
|
|
<col id="0">10</col>
|
|
<col id="1">20</col>
|
|
</row>
|
|
<row>
|
|
<col id="0">5</col>
|
|
<col id="1">25</col>
|
|
</row>
|
|
<row>
|
|
<col id="0">15</col>
|
|
<col id="1">15</col>
|
|
</row>
|
|
</data>
|
|
</object>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="title" translatable="yes">Filter Model</property>
|
|
<child>
|
|
<object class="GtkGrid" id="grid1">
|
|
<property name="visible">1</property>
|
|
<property name="margin_left">10</property>
|
|
<property name="margin_right">10</property>
|
|
<property name="margin_top">10</property>
|
|
<property name="margin_bottom">10</property>
|
|
<property name="row_spacing">10</property>
|
|
<property name="column_spacing">10</property>
|
|
<property name="column_homogeneous">1</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="visible">1</property>
|
|
<property name="label" translatable="yes">Original</property>
|
|
<property name="xalign">0</property>
|
|
<attributes>
|
|
<attribute name="weight" value="bold"/>
|
|
</attributes>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="top_attach">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeView" id="treeview1">
|
|
<property name="visible">1</property>
|
|
<property name="can_focus">1</property>
|
|
<property name="model">liststore1</property>
|
|
<property name="headers_clickable">0</property>
|
|
<child internal-child="selection">
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
|
|
<property name="title" translatable="yes">Width</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
|
|
<property name="title" translatable="yes">Height</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="top_attach">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeView" id="treeview2">
|
|
<property name="visible">1</property>
|
|
<property name="can_focus">1</property>
|
|
<property name="headers_clickable">0</property>
|
|
<property name="search_column">0</property>
|
|
<child internal-child="selection">
|
|
<object class="GtkTreeSelection" id="treeview-selection3"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn3">
|
|
<property name="title" translatable="yes">Width</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="cellrenderertext3"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn4">
|
|
<property name="title" translatable="yes">Height</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="cellrenderertext4"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn5">
|
|
<property name="title" translatable="yes">Area</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="cellrenderertext5"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn6">
|
|
<property name="title" translatable="yes">Square</property>
|
|
<child>
|
|
<object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1">
|
|
<property name="icon-name">object-select-symbolic</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="top_attach">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label2">
|
|
<property name="visible">1</property>
|
|
<property name="label" translatable="yes">Computed Columns</property>
|
|
<property name="xalign">0</property>
|
|
<attributes>
|
|
<attribute name="weight" value="bold"/>
|
|
</attributes>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
<property name="top_attach">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label3">
|
|
<property name="visible">1</property>
|
|
<property name="label" translatable="yes">Filtered</property>
|
|
<property name="xalign">0</property>
|
|
<attributes>
|
|
<attribute name="weight" value="bold"/>
|
|
</attributes>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="top_attach">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeView" id="treeview3">
|
|
<property name="visible">1</property>
|
|
<property name="can_focus">1</property>
|
|
<property name="headers_clickable">0</property>
|
|
<property name="search_column">0</property>
|
|
<child internal-child="selection">
|
|
<object class="GtkTreeSelection" id="treeview-selection5"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn7">
|
|
<property name="title" translatable="yes">Width</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="cellrenderertext6"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn8">
|
|
<property name="title" translatable="yes">Height</property>
|
|
<child>
|
|
<object class="GtkCellRendererText" id="cellrenderertext7"/>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">0</property>
|
|
<property name="top_attach">3</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|