aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/about.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/about.ui')
-rw-r--r--resources/ui/about.ui105
1 files changed, 105 insertions, 0 deletions
diff --git a/resources/ui/about.ui b/resources/ui/about.ui
new file mode 100644
index 0000000..40c8ecf
--- /dev/null
+++ b/resources/ui/about.ui
@@ -0,0 +1,105 @@
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="GtkAboutDialog" id="about_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 <property name="program-name">GNUnet Messenger</property>
31 <property name="version">0.0.1</property>
32 <property name="copyright" translatable="yes">This application is part of GNUnet.
33Copyright (C) 2021--2022 GNUnet e.V.</property>
34 <property name="website">https://www.gnunet.org</property>
35 <property name="authors">Tobias Frisch</property>
36 <property name="documenters">Tobias Frisch
37Marcos Marado</property>
38 <property name="translator-credits" translatable="yes">Tobias Frisch</property>
39 <property name="artists">Tobias Frisch</property>
40 <property name="logo-icon-name">org.gnunet.Messenger</property>
41 <property name="license-type">agpl-3-0</property>
42 <child internal-child="vbox">
43 <object class="GtkBox">
44 <property name="can-focus">False</property>
45 <property name="orientation">vertical</property>
46 <property name="spacing">2</property>
47 <child internal-child="action_area">
48 <object class="GtkButtonBox">
49 <property name="can-focus">False</property>
50 <property name="layout-style">end</property>
51 <child>
52 <placeholder/>
53 </child>
54 <child>
55 <placeholder/>
56 </child>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 <property name="fill">False</property>
61 <property name="position">0</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkButtonBox">
66 <property name="visible">True</property>
67 <property name="can-focus">False</property>
68 <property name="layout-style">end</property>
69 <child>
70 <object class="GtkButton" id="close_button">
71 <property name="label" translatable="yes">Close</property>
72 <property name="visible">True</property>
73 <property name="can-focus">True</property>
74 <property name="receives-default">True</property>
75 </object>
76 <packing>
77 <property name="expand">True</property>
78 <property name="fill">True</property>
79 <property name="position">0</property>
80 </packing>
81 </child>
82 </object>
83 <packing>
84 <property name="expand">False</property>
85 <property name="fill">True</property>
86 <property name="pack-type">end</property>
87 <property name="position">1</property>
88 </packing>
89 </child>
90 <child>
91 <object class="GtkSeparator">
92 <property name="visible">True</property>
93 <property name="can-focus">False</property>
94 </object>
95 <packing>
96 <property name="expand">False</property>
97 <property name="fill">True</property>
98 <property name="pack-type">end</property>
99 <property name="position">2</property>
100 </packing>
101 </child>
102 </object>
103 </child>
104 </object>
105</interface>