Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="DzlCountersWindow" parent="GtkWindow">
    <child>
      <object class="GtkScrolledWindow">
        <property name="expand">true</property>
        <property name="visible">true</property>
        <child>
          <object class="GtkTreeView" id="tree_view">
            <property name="visible">true</property>
            <child>
              <object class="GtkTreeViewColumn">
                <property name="resizable">true</property>
                <property name="title" translatable="yes">Category</property>
                <child>
                  <object class="GtkCellRendererText"/>
                  <attributes>
                    <attribute name="text">1</attribute>
                  </attributes>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkTreeViewColumn">
                <property name="resizable">true</property>
                <property name="title" translatable="yes">Name</property>
                <child>
                  <object class="GtkCellRendererText"/>
                  <attributes>
                    <attribute name="text">2</attribute>
                  </attributes>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkTreeViewColumn" id="value_column">
                <property name="resizable">true</property>
                <property name="title" translatable="yes">Value</property>
                <child>
                  <object class="GtkCellRendererText" id="value_cell">
                  </object>
                </child>
              </object>
            </child>
            <child>
              <object class="GtkTreeViewColumn">
                <property name="resizable">true</property>
                <property name="expand">true</property>
                <property name="title" translatable="yes">Description</property>
                <child>
                  <object class="GtkCellRendererText"/>
                  <attributes>
                    <attribute name="text">3</attribute>
                  </attributes>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>