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