2014-05-15 23:34:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface domain="gtk30">
|
|
|
|
<object class="GtkTreeStore" id="model">
|
|
|
|
<columns>
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<column type="gchararray"/>
|
2014-07-19 05:20:28 +00:00
|
|
|
<column type="gint"/>
|
|
|
|
<column type="guint64"/>
|
2014-05-15 23:34:38 +00:00
|
|
|
</columns>
|
|
|
|
</object>
|
|
|
|
<object class="GtkTextBuffer" id="buffer">
|
2014-05-19 11:10:33 +00:00
|
|
|
<property name="text"/>
|
2014-05-15 23:34:38 +00:00
|
|
|
</object>
|
|
|
|
<template class="GtkInspectorResourceList" parent="GtkBox">
|
|
|
|
<property name="orientation">horizontal</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="hscrollbar-policy">automatic</property>
|
|
|
|
<property name="vscrollbar-policy">always</property>
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
<child>
|
2014-05-19 11:10:33 +00:00
|
|
|
<object class="GtkTreeView">
|
2014-05-15 23:34:38 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="model">model</property>
|
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection">
|
|
|
|
<property name="mode">single</property>
|
|
|
|
<signal name="changed" handler="selection_changed"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn">
|
|
|
|
<property name="title" translatable="yes">Path</property>
|
2014-10-10 23:15:02 +00:00
|
|
|
<property name="sort-column-id">0</property>
|
2014-05-15 23:34:38 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText">
|
|
|
|
<property name="scale">0.8</property>
|
|
|
|
</object>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-10 23:15:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="count_column">
|
|
|
|
<property name="title" translatable="yes">Count</property>
|
|
|
|
<property name="sort-column-id">1</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="count_renderer">
|
|
|
|
<property name="scale">0.8</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="size_column">
|
|
|
|
<property name="title" translatable="yes">Size</property>
|
|
|
|
<property name="sort-column-id">2</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="size_renderer">
|
|
|
|
<property name="scale">0.8</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-15 23:34:38 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-05-19 11:10:33 +00:00
|
|
|
<object class="GtkBox">
|
2014-05-15 23:34:38 +00:00
|
|
|
<property name="visible">True</property>
|
2014-05-19 11:10:33 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2014-05-15 23:34:38 +00:00
|
|
|
<child>
|
2014-05-19 11:10:33 +00:00
|
|
|
<object class="GtkGrid" id="info_grid">
|
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
|
|
|
<property name="margin">20</property>
|
|
|
|
<child>
|
2014-07-19 05:20:28 +00:00
|
|
|
<object class="GtkLabel" id="type">
|
2014-05-19 11:10:33 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Type:</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="type_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-07-19 05:20:28 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="count">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Count:</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="count_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2014-05-15 23:34:38 +00:00
|
|
|
<child>
|
2014-05-19 11:10:33 +00:00
|
|
|
<object class="GtkLabel">
|
2014-05-15 23:34:38 +00:00
|
|
|
<property name="visible">True</property>
|
2014-05-19 11:10:33 +00:00
|
|
|
<property name="label" translatable="yes">Size:</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
2014-05-15 23:34:38 +00:00
|
|
|
</object>
|
2014-05-19 11:10:33 +00:00
|
|
|
<packing>
|
|
|
|
<property name="left-attach">0</property>
|
2014-07-19 05:20:28 +00:00
|
|
|
<property name="top-attach">2</property>
|
2014-05-19 11:10:33 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="size_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left-attach">1</property>
|
2014-07-19 05:20:28 +00:00
|
|
|
<property name="top-attach">2</property>
|
2014-05-19 11:10:33 +00:00
|
|
|
</packing>
|
2014-05-15 23:34:38 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2014-05-19 11:10:33 +00:00
|
|
|
<object class="GtkStack" id="content">
|
2014-05-15 23:34:38 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2014-05-19 11:10:33 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2014-05-15 23:34:38 +00:00
|
|
|
<property name="visible">True</property>
|
2014-05-19 11:10:33 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="hscrollbar-policy">automatic</property>
|
|
|
|
<property name="vscrollbar-policy">automatic</property>
|
|
|
|
<property name="shadow-type">in</property>
|
2014-10-10 20:15:01 +00:00
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
2014-05-19 11:10:33 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTextView">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="editable">False</property>
|
|
|
|
<property name="buffer">buffer</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="name">text</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="hscrollbar-policy">automatic</property>
|
|
|
|
<property name="vscrollbar-policy">automatic</property>
|
|
|
|
<property name="shadow-type">in</property>
|
2014-10-10 20:15:01 +00:00
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
2014-05-19 11:10:33 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-15 23:34:38 +00:00
|
|
|
</object>
|
2014-05-19 11:10:33 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">image</property>
|
|
|
|
</packing>
|
2014-05-15 23:34:38 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|