aboutsummaryrefslogtreecommitdiff
path: root/resources/ui/new_profile.ui
diff options
context:
space:
mode:
Diffstat (limited to 'resources/ui/new_profile.ui')
-rw-r--r--resources/ui/new_profile.ui143
1 files changed, 143 insertions, 0 deletions
diff --git a/resources/ui/new_profile.ui b/resources/ui/new_profile.ui
new file mode 100644
index 0000000..e7c7c06
--- /dev/null
+++ b/resources/ui/new_profile.ui
@@ -0,0 +1,143 @@
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 <requires lib="libhandy" version="1.2"/>
26 <object class="GtkDialog" id="new_profile_dialog">
27 <property name="can-focus">False</property>
28 <property name="modal">True</property>
29 <property name="window-position">center-on-parent</property>
30 <property name="type-hint">dialog</property>
31 <child internal-child="vbox">
32 <object class="GtkBox">
33 <property name="can-focus">False</property>
34 <property name="orientation">vertical</property>
35 <property name="spacing">2</property>
36 <child internal-child="action_area">
37 <object class="GtkButtonBox">
38 <property name="can-focus">False</property>
39 <property name="layout-style">end</property>
40 <child>
41 <object class="GtkButton" id="cancel_button">
42 <property name="label" translatable="yes">Cancel</property>
43 <property name="visible">True</property>
44 <property name="can-focus">True</property>
45 <property name="receives-default">True</property>
46 </object>
47 <packing>
48 <property name="expand">True</property>
49 <property name="fill">True</property>
50 <property name="position">0</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="confirm_button">
55 <property name="label" translatable="yes">Confirm</property>
56 <property name="can-focus">True</property>
57 <property name="receives-default">True</property>
58 </object>
59 <packing>
60 <property name="expand">True</property>
61 <property name="fill">True</property>
62 <property name="position">3</property>
63 </packing>
64 </child>
65 </object>
66 <packing>
67 <property name="expand">False</property>
68 <property name="fill">False</property>
69 <property name="position">0</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkBox">
74 <property name="visible">True</property>
75 <property name="can-focus">False</property>
76 <property name="halign">center</property>
77 <property name="border-width">8</property>
78 <property name="orientation">vertical</property>
79 <property name="spacing">4</property>
80 <child>
81 <object class="HdyAvatar" id="profile_avatar">
82 <property name="visible">True</property>
83 <property name="can-focus">False</property>
84 <property name="halign">center</property>
85 <property name="margin-top">8</property>
86 <property name="margin-bottom">8</property>
87 <property name="icon-name">avatar-default-symbolic</property>
88 <property name="size">128</property>
89 </object>
90 <packing>
91 <property name="expand">False</property>
92 <property name="fill">True</property>
93 <property name="position">0</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkLabel">
98 <property name="visible">True</property>
99 <property name="can-focus">False</property>
100 <property name="label" translatable="yes">Name:</property>
101 <property name="xalign">0</property>
102 </object>
103 <packing>
104 <property name="expand">False</property>
105 <property name="fill">True</property>
106 <property name="position">1</property>
107 </packing>
108 </child>
109 <child>
110 <object class="GtkEntry" id="profile_entry">
111 <property name="width-request">250</property>
112 <property name="visible">True</property>
113 <property name="can-focus">True</property>
114 </object>
115 <packing>
116 <property name="expand">False</property>
117 <property name="fill">True</property>
118 <property name="position">2</property>
119 </packing>
120 </child>
121 <child>
122 <object class="GtkFileChooserButton" id="profile_avatar_file">
123 <property name="visible">True</property>
124 <property name="can-focus">False</property>
125 <property name="title" translatable="yes"/>
126 </object>
127 <packing>
128 <property name="expand">False</property>
129 <property name="fill">True</property>
130 <property name="position">3</property>
131 </packing>
132 </child>
133 </object>
134 <packing>
135 <property name="expand">False</property>
136 <property name="fill">True</property>
137 <property name="position">1</property>
138 </packing>
139 </child>
140 </object>
141 </child>
142 </object>
143</interface>