1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.22.1 -->
3<interface>
4  <requires lib="gtk+" version="3.10"/>
5  <object class="GtkImage" id="image1">
6    <property name="visible">True</property>
7    <property name="can_focus">False</property>
8    <property name="icon_name">list-add</property>
9  </object>
10  <object class="GtkTreeStore" id="model">
11    <columns>
12      <!-- column-name plugin -->
13      <column type="PyObject"/>
14      <!-- column-name name -->
15      <column type="gchararray"/>
16      <!-- column-name version -->
17      <column type="gchararray"/>
18      <!-- column-name enabled -->
19      <column type="gboolean"/>
20      <!-- column-name status -->
21      <column type="gchararray"/>
22      <!-- column-name broken -->
23      <column type="gboolean"/>
24      <!-- column-name compatible -->
25      <column type="gboolean"/>
26      <!-- column-name toggle-visible -->
27      <column type="gboolean"/>
28    </columns>
29  </object>
30  <object class="GtkBox" id="preferences_pane">
31    <property name="visible">True</property>
32    <property name="can_focus">False</property>
33    <property name="orientation">vertical</property>
34    <property name="spacing">4</property>
35    <child>
36      <object class="GtkGrid" id="grid1">
37        <property name="visible">True</property>
38        <property name="can_focus">False</property>
39        <property name="row_spacing">4</property>
40        <property name="column_spacing">2</property>
41        <child>
42          <object class="GtkScrolledWindow" id="scrolledwindow1">
43            <property name="width_request">200</property>
44            <property name="height_request">160</property>
45            <property name="visible">True</property>
46            <property name="can_focus">True</property>
47            <property name="hexpand">True</property>
48            <property name="vexpand">True</property>
49            <property name="border_width">2</property>
50            <property name="shadow_type">etched-in</property>
51            <child>
52              <object class="GtkTreeView" id="plugin_tree">
53                <property name="visible">True</property>
54                <property name="can_focus">True</property>
55                <property name="model">model</property>
56                <property name="search_column">1</property>
57                <signal name="row-activated" handler="on_plugin_tree_row_activated" swapped="no"/>
58                <child internal-child="selection">
59                  <object class="GtkTreeSelection" id="treeview-selection1"/>
60                </child>
61                <child>
62                  <object class="GtkTreeViewColumn" id="name_column">
63                    <property name="sizing">fixed</property>
64                    <property name="title" translatable="yes">Plugin</property>
65                    <property name="expand">True</property>
66                    <child>
67                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
68                      <attributes>
69                        <attribute name="text">1</attribute>
70                      </attributes>
71                    </child>
72                  </object>
73                </child>
74                <child>
75                  <object class="GtkTreeViewColumn" id="status_column">
76                    <property name="title" translatable="yes">Status</property>
77                    <child>
78                      <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/>
79                      <attributes>
80                        <attribute name="icon-name">4</attribute>
81                      </attributes>
82                    </child>
83                  </object>
84                </child>
85                <child>
86                  <object class="GtkTreeViewColumn" id="enabled_column">
87                    <property name="sizing">autosize</property>
88                    <property name="title" translatable="yes">Enabled</property>
89                    <child>
90                      <object class="GtkCellRendererToggle" id="enabled_cellrenderer">
91                        <signal name="toggled" handler="on_enabled_cellrenderer_toggled" swapped="no"/>
92                      </object>
93                      <attributes>
94                        <attribute name="visible">7</attribute>
95                        <attribute name="active">3</attribute>
96                      </attributes>
97                    </child>
98                  </object>
99                </child>
100              </object>
101            </child>
102          </object>
103          <packing>
104            <property name="left_attach">0</property>
105            <property name="top_attach">0</property>
106          </packing>
107        </child>
108        <child>
109          <object class="GtkCheckButton" id="show_incompatible_cb">
110            <property name="label" translatable="yes">Show incompatible plugins</property>
111            <property name="visible">True</property>
112            <property name="can_focus">True</property>
113            <property name="receives_default">False</property>
114            <property name="halign">start</property>
115            <property name="draw_indicator">True</property>
116            <signal name="toggled" handler="on_show_incompatible_cb_toggled" swapped="no"/>
117          </object>
118          <packing>
119            <property name="left_attach">0</property>
120            <property name="top_attach">4</property>
121          </packing>
122        </child>
123        <child>
124          <object class="GtkLabel" id="name_label">
125            <property name="visible">True</property>
126            <property name="can_focus">False</property>
127            <property name="halign">start</property>
128            <property name="label" translatable="yes">No Plugin Selected</property>
129            <attributes>
130              <attribute name="weight" value="bold"/>
131            </attributes>
132          </object>
133          <packing>
134            <property name="left_attach">0</property>
135            <property name="top_attach">1</property>
136          </packing>
137        </child>
138        <child>
139          <object class="GtkLabel" id="author_label">
140            <property name="visible">True</property>
141            <property name="can_focus">False</property>
142            <property name="halign">start</property>
143            <property name="wrap">True</property>
144          </object>
145          <packing>
146            <property name="left_attach">0</property>
147            <property name="top_attach">2</property>
148          </packing>
149        </child>
150        <child>
151          <object class="GtkTextView" id="description_view">
152            <property name="visible">True</property>
153            <property name="can_focus">True</property>
154            <property name="editable">False</property>
155            <property name="wrap_mode">word</property>
156            <property name="cursor_visible">False</property>
157          </object>
158          <packing>
159            <property name="left_attach">0</property>
160            <property name="top_attach">3</property>
161          </packing>
162        </child>
163      </object>
164      <packing>
165        <property name="expand">True</property>
166        <property name="fill">True</property>
167        <property name="position">0</property>
168      </packing>
169    </child>
170    <child>
171      <object class="GtkButtonBox" id="hbuttonbox1">
172        <property name="visible">True</property>
173        <property name="can_focus">False</property>
174        <property name="layout_style">end</property>
175        <child>
176          <object class="GtkButton" id="install_plugin_button">
177            <property name="label" translatable="yes">Add _Plugin File</property>
178            <property name="visible">True</property>
179            <property name="can_focus">True</property>
180            <property name="receives_default">True</property>
181            <property name="image">image1</property>
182            <property name="use_underline">True</property>
183            <property name="always_show_image">True</property>
184            <signal name="clicked" handler="on_install_plugin_button_clicked" swapped="no"/>
185          </object>
186          <packing>
187            <property name="expand">False</property>
188            <property name="fill">False</property>
189            <property name="position">0</property>
190          </packing>
191        </child>
192      </object>
193      <packing>
194        <property name="expand">False</property>
195        <property name="fill">True</property>
196        <property name="position">1</property>
197      </packing>
198    </child>
199  </object>
200</interface>
201