aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/invite_contact.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/invite_contact.ui')
-rw-r--r--resources/ui/invite_contact.ui102
1 files changed, 102 insertions, 0 deletions
diff --git a/resources/ui/invite_contact.ui b/resources/ui/invite_contact.ui
new file mode 100644
index 0000000..03c3dca
--- /dev/null
+++ b/resources/ui/invite_contact.ui
@@ -0,0 +1,102 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.38.2
3
4Copyright (C) 2021 GNUnet e.V.
5
6GNUnet is free software: you can redistribute it and/or modify it
7under the terms of the GNU Affero General Public License as published
8by the Free Software Foundation, either version 3 of the License,
9or (at your option) any later version.
10
11GNUnet is distributed in the hope that it will be useful, but
12WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14Affero General Public License for more details.
15
16You should have received a copy of the GNU Affero General Public License
17along with this program. If not, see <http://www.gnu.org/licenses/>.
18
19SPDX-License-Identifier: AGPL3.0-or-later
20Author: Tobias Frisch
21
22-->
23<interface>
24 <requires lib="gtk+" version="3.24"/>
25 <object class="GtkDialog" id="invite_contact_dialog">
26 <property name="can-focus">False</property>
27 <property name="modal">True</property>
28 <property name="window-position">center-on-parent</property>
29 <property name="type-hint">dialog</property>
30 <child internal-child="vbox">
31 <object class="GtkBox">
32 <property name="can-focus">False</property>
33 <property name="orientation">vertical</property>
34 <property name="spacing">2</property>
35 <child internal-child="action_area">
36 <object class="GtkButtonBox">
37 <property name="can-focus">False</property>
38 <property name="layout-style">end</property>
39 <child>
40 <object class="GtkButton" id="close_button">
41 <property name="label" translatable="yes">Close</property>
42 <property name="visible">True</property>
43 <property name="can-focus">True</property>
44 <property name="receives-default">True</property>
45 </object>
46 <packing>
47 <property name="expand">True</property>
48 <property name="fill">True</property>
49 <property name="position">0</property>
50 </packing>
51 </child>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">False</property>
56 <property name="position">2</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkSearchEntry" id="contact_search_entry">
61 <property name="width-request">250</property>
62 <property name="visible">True</property>
63 <property name="can-focus">True</property>
64 <property name="primary-icon-name">edit-find-symbolic</property>
65 <property name="primary-icon-activatable">False</property>
66 <property name="primary-icon-sensitive">False</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">0</property>
72 </packing>
73 </child>
74 <child>
75 <object class="GtkScrolledWindow">
76 <property name="height-request">200</property>
77 <property name="visible">True</property>
78 <property name="can-focus">True</property>
79 <property name="shadow-type">in</property>
80 <child>
81 <object class="GtkViewport">
82 <property name="visible">True</property>
83 <property name="can-focus">False</property>
84 <child>
85 <object class="GtkListBox" id="contacts_listbox">
86 <property name="visible">True</property>
87 <property name="can-focus">False</property>
88 </object>
89 </child>
90 </object>
91 </child>
92 </object>
93 <packing>
94 <property name="expand">True</property>
95 <property name="fill">True</property>
96 <property name="position">1</property>
97 </packing>
98 </child>
99 </object>
100 </child>
101 </object>
102</interface>