1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.22.1 -->
3<interface>
4  <requires lib="gtk+" version="3.12"/>
5  <object class="GtkImage" id="image1">
6    <property name="visible">True</property>
7    <property name="can_focus">False</property>
8    <property name="icon_name">image-x-generic-symbolic</property>
9  </object>
10  <object class="GtkGrid" id="widget">
11    <property name="visible">True</property>
12    <property name="can_focus">False</property>
13    <property name="orientation">vertical</property>
14    <property name="row_spacing">15</property>
15    <child>
16      <object class="GtkBox">
17        <property name="visible">True</property>
18        <property name="can_focus">False</property>
19        <property name="margin_left">5</property>
20        <property name="margin_right">5</property>
21        <property name="margin_top">5</property>
22        <property name="spacing">5</property>
23        <child>
24          <object class="GtkLabel" id="label">
25            <property name="visible">True</property>
26            <property name="can_focus">False</property>
27            <property name="halign">start</property>
28          </object>
29          <packing>
30            <property name="expand">False</property>
31            <property name="fill">True</property>
32            <property name="position">0</property>
33          </packing>
34        </child>
35        <child>
36          <object class="GtkSpinner" id="spinner">
37            <property name="visible">True</property>
38            <property name="can_focus">False</property>
39            <property name="halign">start</property>
40            <property name="hexpand">True</property>
41            <property name="active">True</property>
42          </object>
43          <packing>
44            <property name="expand">False</property>
45            <property name="fill">True</property>
46            <property name="position">1</property>
47          </packing>
48        </child>
49        <child>
50          <object class="GtkSearchEntry" id="entry">
51            <property name="visible">True</property>
52            <property name="can_focus">True</property>
53            <property name="primary_icon_name">edit-find-symbolic</property>
54            <property name="primary_icon_activatable">False</property>
55            <property name="primary_icon_sensitive">False</property>
56            <signal name="search-changed" handler="_on_search_changed" swapped="no"/>
57          </object>
58          <packing>
59            <property name="expand">False</property>
60            <property name="fill">True</property>
61            <property name="position">2</property>
62          </packing>
63        </child>
64        <child>
65          <object class="GtkButton" id="button1">
66            <property name="visible">True</property>
67            <property name="can_focus">True</property>
68            <property name="receives_default">True</property>
69            <property name="tooltip_text" translatable="yes">Select a local file</property>
70            <property name="halign">end</property>
71            <property name="image">image1</property>
72            <property name="relief">none</property>
73            <signal name="clicked" handler="_on_button_clicked" swapped="no"/>
74          </object>
75          <packing>
76            <property name="expand">False</property>
77            <property name="fill">True</property>
78            <property name="position">3</property>
79          </packing>
80        </child>
81        <child>
82          <placeholder/>
83        </child>
84      </object>
85      <packing>
86        <property name="left_attach">0</property>
87        <property name="top_attach">0</property>
88      </packing>
89    </child>
90  </object>
91</interface>
92