1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
3<interface>
4  <requires lib="gtk+" version="3.12"/>
5  <object class="GtkDialog" id="edit_groups_dialog">
6    <property name="can_focus">False</property>
7    <property name="border_width">6</property>
8    <property name="title" translatable="yes">Edit Groups</property>
9    <property name="modal">True</property>
10    <property name="default_height">290</property>
11    <property name="type_hint">dialog</property>
12    <signal name="response" handler="on_edit_groups_dialog_response" swapped="no"/>
13    <child internal-child="vbox">
14      <object class="GtkBox" id="dialog-vbox6">
15        <property name="visible">True</property>
16        <property name="can_focus">False</property>
17        <property name="orientation">vertical</property>
18        <property name="spacing">6</property>
19        <child internal-child="action_area">
20          <object class="GtkButtonBox" id="dialog-action_area5">
21            <property name="visible">True</property>
22            <property name="can_focus">False</property>
23            <property name="layout_style">end</property>
24            <child>
25              <object class="GtkButton" id="close_button">
26                <property name="label">gtk-close</property>
27                <property name="use_action_appearance">False</property>
28                <property name="visible">True</property>
29                <property name="can_focus">True</property>
30                <property name="can_default">True</property>
31                <property name="receives_default">False</property>
32                <property name="use_stock">True</property>
33              </object>
34              <packing>
35                <property name="expand">False</property>
36                <property name="fill">False</property>
37                <property name="position">0</property>
38              </packing>
39            </child>
40          </object>
41          <packing>
42            <property name="expand">False</property>
43            <property name="fill">True</property>
44            <property name="pack_type">end</property>
45            <property name="position">0</property>
46          </packing>
47        </child>
48        <child>
49          <object class="GtkLabel" id="nickname_label">
50            <property name="visible">True</property>
51            <property name="can_focus">False</property>
52          </object>
53          <packing>
54            <property name="expand">False</property>
55            <property name="fill">True</property>
56            <property name="position">2</property>
57          </packing>
58        </child>
59        <child>
60          <object class="GtkLabel" id="jid_label">
61            <property name="visible">True</property>
62            <property name="can_focus">False</property>
63            <property name="use_markup">True</property>
64          </object>
65          <packing>
66            <property name="expand">False</property>
67            <property name="fill">True</property>
68            <property name="position">3</property>
69          </packing>
70        </child>
71        <child>
72          <object class="GtkBox" id="hbox2926">
73            <property name="visible">True</property>
74            <property name="can_focus">False</property>
75            <property name="spacing">6</property>
76            <child>
77              <object class="GtkEntry" id="group_entry">
78                <property name="visible">True</property>
79                <property name="can_focus">True</property>
80                <property name="activates_default">True</property>
81              </object>
82              <packing>
83                <property name="expand">True</property>
84                <property name="fill">True</property>
85                <property name="position">0</property>
86              </packing>
87            </child>
88            <child>
89              <object class="GtkButton" id="add_button">
90                <property name="label">gtk-add</property>
91                <property name="use_action_appearance">False</property>
92                <property name="visible">True</property>
93                <property name="can_focus">True</property>
94                <property name="can_default">True</property>
95                <property name="has_default">True</property>
96                <property name="receives_default">False</property>
97                <property name="use_stock">True</property>
98                <signal name="clicked" handler="on_add_button_clicked" swapped="no"/>
99              </object>
100              <packing>
101                <property name="expand">False</property>
102                <property name="fill">False</property>
103                <property name="position">1</property>
104              </packing>
105            </child>
106          </object>
107          <packing>
108            <property name="expand">False</property>
109            <property name="fill">False</property>
110            <property name="position">4</property>
111          </packing>
112        </child>
113        <child>
114          <object class="GtkScrolledWindow" id="scrolledwindow32">
115            <property name="visible">True</property>
116            <property name="can_focus">True</property>
117            <property name="shadow_type">in</property>
118            <child>
119              <object class="GtkTreeView" id="groups_treeview">
120                <property name="visible">True</property>
121                <property name="can_focus">True</property>
122                <property name="headers_visible">False</property>
123                <child internal-child="selection">
124                  <object class="GtkTreeSelection" id="treeview-selection1"/>
125                </child>
126              </object>
127            </child>
128          </object>
129          <packing>
130            <property name="expand">True</property>
131            <property name="fill">True</property>
132            <property name="position">5</property>
133          </packing>
134        </child>
135      </object>
136    </child>
137    <action-widgets>
138      <action-widget response="-7">close_button</action-widget>
139    </action-widgets>
140  </object>
141</interface>
142