file_load_entry.ui (3362B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Generated with glade 3.40.0 3 4 Copyright (C) 2022‑‑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="GtkBox" id="entry_box"> 26 <property name="visible">1</property> 27 <property name="border-width">4</property> 28 <property name="spacing">8</property> 29 <child> 30 <object class="GtkBox"> 31 <property name="visible">1</property> 32 <property name="border-width">8</property> 33 <property name="orientation">vertical</property> 34 <child> 35 <object class="GtkImage" id="file_image"> 36 <property name="visible">1</property> 37 <property name="icon-name">folder-documents-symbolic</property> 38 <property name="icon-size">3</property> 39 </object> 40 <packing> 41 <property name="expand">1</property> 42 </packing> 43 </child> 44 </object> 45 </child> 46 <child> 47 <object class="GtkBox"> 48 <property name="visible">1</property> 49 <property name="orientation">vertical</property> 50 <child> 51 <object class="GtkLabel" id="file_label"> 52 <property name="visible">1</property> 53 <property name="ellipsize">start</property> 54 <property name="single-line-mode">1</property> 55 <property name="xalign">0</property> 56 <property name="yalign">1</property> 57 </object> 58 <packing> 59 <property name="expand">1</property> 60 </packing> 61 </child> 62 <child> 63 <object class="GtkProgressBar" id="load_progress_bar"> 64 <property name="height-request">8</property> 65 <property name="visible">1</property> 66 </object> 67 <packing> 68 <property name="position">1</property> 69 </packing> 70 </child> 71 </object> 72 <packing> 73 <property name="expand">1</property> 74 <property name="position">1</property> 75 </packing> 76 </child> 77 <child> 78 <object class="GtkButton" id="cancel_button"> 79 <property name="can-focus">1</property> 80 <property name="receives-default">1</property> 81 <property name="valign">center</property> 82 <property name="relief">none</property> 83 <child> 84 <object class="GtkImage"> 85 <property name="visible">1</property> 86 <property name="icon-name">process-stop-symbolic</property> 87 </object> 88 </child> 89 </object> 90 <packing> 91 <property name="pack-type">end</property> 92 <property name="position">2</property> 93 </packing> 94 </child> 95 </object> 96 </interface>