aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/file_load_entry.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/file_load_entry.ui')
-rw-r--r--resources/ui/file_load_entry.ui117
1 files changed, 117 insertions, 0 deletions
diff --git a/resources/ui/file_load_entry.ui b/resources/ui/file_load_entry.ui
new file mode 100644
index 0000000..0e0a8ac
--- /dev/null
+++ b/resources/ui/file_load_entry.ui
@@ -0,0 +1,117 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.38.2
3
4Copyright (C) 2022 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="GtkBox" id="entry_box">
26 <property name="visible">True</property>
27 <property name="can-focus">False</property>
28 <property name="border-width">4</property>
29 <property name="spacing">8</property>
30 <child>
31 <object class="GtkBox">
32 <property name="visible">True</property>
33 <property name="can-focus">False</property>
34 <property name="border-width">8</property>
35 <property name="orientation">vertical</property>
36 <child>
37 <object class="GtkImage" id="file_image">
38 <property name="visible">True</property>
39 <property name="can-focus">False</property>
40 <property name="icon-name">folder-documents-symbolic</property>
41 <property name="icon_size">3</property>
42 </object>
43 <packing>
44 <property name="expand">True</property>
45 <property name="fill">True</property>
46 <property name="position">0</property>
47 </packing>
48 </child>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">True</property>
53 <property name="position">0</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkBox">
58 <property name="visible">True</property>
59 <property name="can-focus">False</property>
60 <property name="orientation">vertical</property>
61 <child>
62 <object class="GtkLabel" id="file_label">
63 <property name="visible">True</property>
64 <property name="can-focus">False</property>
65 <property name="ellipsize">start</property>
66 <property name="single-line-mode">True</property>
67 <property name="xalign">0</property>
68 <property name="yalign">1</property>
69 </object>
70 <packing>
71 <property name="expand">True</property>
72 <property name="fill">True</property>
73 <property name="position">0</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkProgressBar" id="load_progress_bar">
78 <property name="height-request">8</property>
79 <property name="visible">True</property>
80 <property name="can-focus">False</property>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="position">1</property>
86 </packing>
87 </child>
88 </object>
89 <packing>
90 <property name="expand">True</property>
91 <property name="fill">True</property>
92 <property name="position">1</property>
93 </packing>
94 </child>
95 <child>
96 <object class="GtkButton" id="cancel_button">
97 <property name="can-focus">True</property>
98 <property name="receives-default">True</property>
99 <property name="valign">center</property>
100 <property name="relief">none</property>
101 <child>
102 <object class="GtkImage">
103 <property name="visible">True</property>
104 <property name="can-focus">False</property>
105 <property name="icon-name">process-stop-symbolic</property>
106 </object>
107 </child>
108 </object>
109 <packing>
110 <property name="expand">False</property>
111 <property name="fill">True</property>
112 <property name="pack-type">end</property>
113 <property name="position">2</property>
114 </packing>
115 </child>
116 </object>
117</interface>