2019-04-05 18:34:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-10-07 13:13:59 +00:00
|
|
|
<interface domain="gtk40">
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkTextBuffer" id="buffer"/>
|
2020-07-16 01:22:21 +00:00
|
|
|
<template class="GtkInspectorResourceList" parent="GtkWidget">
|
2014-05-15 23:34:38 +00:00
|
|
|
<child>
|
2014-10-11 00:20:02 +00:00
|
|
|
<object class="GtkStack" id="stack">
|
2014-05-15 23:34:38 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">list</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2014-05-15 23:34:38 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkSearchBar" id="search_bar">
|
|
|
|
<property name="show-close-button">1</property>
|
2014-10-11 00:20:02 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSearchEntry" id="search_entry">
|
|
|
|
<property name="max-width-chars">40</property>
|
|
|
|
<signal name="search-changed" handler="on_search_changed"/>
|
2019-12-08 03:26:35 +00:00
|
|
|
<signal name="next-match" handler="next_match"/>
|
|
|
|
<signal name="previous-match" handler="previous_match"/>
|
|
|
|
<signal name="stop-search" handler="stop_search"/>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon-name">go-down-symbolic</property>
|
|
|
|
<signal name="clicked" handler="next_match"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon-name">go-up-symbolic</property>
|
|
|
|
<signal name="clicked" handler="previous_match"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-11 00:20:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-10 23:15:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="hscrollbar-policy">never</property>
|
2014-11-08 01:38:42 +00:00
|
|
|
<child>
|
2019-12-08 03:26:35 +00:00
|
|
|
<object class="GtkColumnView" id="list">
|
|
|
|
<signal name="activate" handler="on_row_activated"/>
|
2014-11-08 01:38:42 +00:00
|
|
|
<child>
|
2019-12-08 03:26:35 +00:00
|
|
|
<object class="GtkColumnViewColumn" id="path">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="title" translatable="yes">Path</property>
|
2019-12-24 16:12:49 +00:00
|
|
|
<property name="expand">1</property>
|
2019-12-08 03:26:35 +00:00
|
|
|
<property name="factory">
|
|
|
|
<object class="GtkSignalListItemFactory">
|
|
|
|
<signal name="setup" handler="setup_name_cb"/>
|
|
|
|
<signal name="bind" handler="bind_name_cb"/>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2019-12-08 03:26:35 +00:00
|
|
|
</property>
|
2014-11-08 01:38:42 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-12-08 03:26:35 +00:00
|
|
|
<object class="GtkColumnViewColumn" id="count">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="title" translatable="yes">Count</property>
|
2019-12-08 03:26:35 +00:00
|
|
|
<property name="factory">
|
|
|
|
<object class="GtkSignalListItemFactory">
|
|
|
|
<signal name="setup" handler="setup_count_cb"/>
|
|
|
|
<signal name="bind" handler="bind_count_cb"/>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2019-12-08 03:26:35 +00:00
|
|
|
</property>
|
2014-11-08 01:38:42 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-12-08 03:26:35 +00:00
|
|
|
<object class="GtkColumnViewColumn" id="size">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="title" translatable="yes">Size</property>
|
2019-12-08 03:26:35 +00:00
|
|
|
<property name="factory">
|
|
|
|
<object class="GtkSignalListItemFactory">
|
|
|
|
<signal name="setup" handler="setup_size_cb"/>
|
|
|
|
<signal name="bind" handler="bind_size_cb"/>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2019-12-08 03:26:35 +00:00
|
|
|
</property>
|
2014-11-08 01:38:42 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-12-24 16:12:49 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkColumnViewColumn" id="filler">
|
|
|
|
<property name="expand">1</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-11 00:20:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-10 23:15:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2019-02-07 08:23:02 +00:00
|
|
|
</property>
|
2014-05-15 23:34:38 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">details</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
2014-05-19 11:10:33 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkGrid" id="info_grid">
|
|
|
|
<property name="row-spacing">10</property>
|
|
|
|
<property name="column-spacing">10</property>
|
2020-02-26 01:57:20 +00:00
|
|
|
<property name="margin-start">10</property>
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-bottom">10</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="name">
|
|
|
|
<property name="label" translatable="yes">Name:</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
2019-04-05 18:34:22 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="name_label">
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
|
|
|
<property name="selectable">1</property>
|
2019-04-05 18:34:22 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="type">
|
|
|
|
<property name="label" translatable="yes">Type:</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
2019-04-05 18:34:22 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-10-11 00:20:02 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkLabel" id="type_label">
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
2019-04-05 18:34:22 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</layout>
|
2014-10-11 00:20:02 +00:00
|
|
|
</object>
|
2019-02-07 08:23:02 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Size:</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">baseline</property>
|
2019-04-05 18:34:22 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="size_label">
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="valign">baseline</property>
|
2019-04-05 18:34:22 +00:00
|
|
|
<layout>
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
</layout>
|
2019-02-07 08:23:02 +00:00
|
|
|
</object>
|
2014-10-11 00:20:02 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStack" id="content">
|
2014-10-11 00:20:02 +00:00
|
|
|
<child>
|
2019-02-07 08:23:02 +00:00
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">text</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkScrolledWindow">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTextView">
|
|
|
|
<property name="editable">0</property>
|
|
|
|
<property name="buffer">buffer</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkStackPage">
|
|
|
|
<property name="name">image</property>
|
|
|
|
<property name="child">
|
|
|
|
<object class="GtkScrolledWindow">
|
2020-02-25 23:25:52 +00:00
|
|
|
<property name="hexpand">1</property>
|
|
|
|
<property name="vexpand">1</property>
|
2020-04-17 03:25:06 +00:00
|
|
|
<property name="has-frame">1</property>
|
2019-02-07 08:23:02 +00:00
|
|
|
<style>
|
|
|
|
<class name="view"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
2020-04-26 15:25:23 +00:00
|
|
|
<object class="GtkPicture" id="image">
|
2019-02-07 08:23:02 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</property>
|
2014-10-11 00:20:02 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-19 11:10:33 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2014-05-15 23:34:38 +00:00
|
|
|
</object>
|
2019-02-07 08:23:02 +00:00
|
|
|
</property>
|
2014-05-15 23:34:38 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|