xref: /core/cui/uiconfig/ui/signsignatureline.ui (revision ba439096)
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.22.1 -->
3<interface domain="cui">
4  <requires lib="gtk+" version="3.18"/>
5  <object class="GtkDialog" id="SignSignatureLineDialog">
6    <property name="can_focus">False</property>
7    <property name="border_width">6</property>
8    <property name="title" translatable="yes" context="signsignatureline|SignSignatureLineDialog">Sign Signature Line</property>
9    <property name="modal">True</property>
10    <property name="default_width">0</property>
11    <property name="default_height">0</property>
12    <property name="type_hint">dialog</property>
13    <child>
14      <placeholder/>
15    </child>
16    <child internal-child="vbox">
17      <object class="GtkBox">
18        <property name="can_focus">False</property>
19        <property name="orientation">vertical</property>
20        <property name="spacing">2</property>
21        <child internal-child="action_area">
22          <object class="GtkButtonBox">
23            <property name="can_focus">False</property>
24            <property name="layout_style">end</property>
25            <child>
26              <object class="GtkButton" id="help">
27                <property name="label">gtk-help</property>
28                <property name="visible">True</property>
29                <property name="can_focus">True</property>
30                <property name="receives_default">True</property>
31                <property name="use_stock">True</property>
32              </object>
33              <packing>
34                <property name="expand">True</property>
35                <property name="fill">True</property>
36                <property name="position">0</property>
37                <property name="secondary">True</property>
38              </packing>
39            </child>
40            <child>
41              <object class="GtkButton" id="cancel">
42                <property name="label">gtk-cancel</property>
43                <property name="visible">True</property>
44                <property name="can_focus">True</property>
45                <property name="receives_default">True</property>
46                <property name="use_stock">True</property>
47              </object>
48              <packing>
49                <property name="expand">True</property>
50                <property name="fill">True</property>
51                <property name="position">1</property>
52              </packing>
53            </child>
54            <child>
55              <object class="GtkButton" id="ok">
56                <property name="label" translatable="yes" context="signsignatureline|ok">Sign</property>
57                <property name="visible">True</property>
58                <property name="can_focus">True</property>
59                <property name="can_default">True</property>
60                <property name="has_default">True</property>
61                <property name="receives_default">True</property>
62              </object>
63              <packing>
64                <property name="expand">True</property>
65                <property name="fill">True</property>
66                <property name="position">2</property>
67              </packing>
68            </child>
69          </object>
70          <packing>
71            <property name="expand">False</property>
72            <property name="fill">False</property>
73            <property name="position">1</property>
74          </packing>
75        </child>
76        <child>
77          <object class="GtkGrid">
78            <property name="visible">True</property>
79            <property name="can_focus">False</property>
80            <property name="margin_left">6</property>
81            <property name="margin_right">6</property>
82            <property name="margin_top">6</property>
83            <property name="margin_bottom">6</property>
84            <property name="hexpand">True</property>
85            <property name="vexpand">True</property>
86            <property name="row_spacing">6</property>
87            <property name="column_spacing">6</property>
88            <child>
89              <object class="GtkFrame">
90                <property name="visible">True</property>
91                <property name="can_focus">False</property>
92                <property name="hexpand">True</property>
93                <property name="label_xalign">0</property>
94                <property name="shadow_type">none</property>
95                <child>
96                  <object class="GtkAlignment">
97                    <property name="visible">True</property>
98                    <property name="can_focus">False</property>
99                    <property name="top_padding">6</property>
100                    <property name="left_padding">12</property>
101                    <child>
102                      <object class="GtkGrid">
103                        <property name="visible">True</property>
104                        <property name="can_focus">False</property>
105                        <property name="row_spacing">6</property>
106                        <property name="column_spacing">12</property>
107                        <child>
108                          <object class="GtkEntry" id="edit_name">
109                            <property name="visible">True</property>
110                            <property name="can_focus">True</property>
111                            <property name="hexpand">True</property>
112                            <property name="activates_default">True</property>
113                            <property name="placeholder_text" translatable="yes" context="signsignatureline|edit_name">Type your name here</property>
114                          </object>
115                          <packing>
116                            <property name="left_attach">1</property>
117                            <property name="top_attach">0</property>
118                          </packing>
119                        </child>
120                        <child>
121                          <object class="GtkLabel" id="label_name">
122                            <property name="visible">True</property>
123                            <property name="can_focus">False</property>
124                            <property name="halign">start</property>
125                            <property name="label" translatable="yes" context="signsignatureline|label_name" comments="Name of the signer">Your Name:</property>
126                            <property name="use_underline">True</property>
127                            <property name="mnemonic_widget">edit_name</property>
128                          </object>
129                          <packing>
130                            <property name="left_attach">0</property>
131                            <property name="top_attach">0</property>
132                          </packing>
133                        </child>
134                        <child>
135                          <object class="GtkLabel" id="label_certificate">
136                            <property name="visible">True</property>
137                            <property name="can_focus">False</property>
138                            <property name="halign">start</property>
139                            <property name="label" translatable="yes" context="signsignatureline|label_certificate" comments="Certificate to be used for signing">Certificate:</property>
140                            <property name="use_underline">True</property>
141                            <property name="mnemonic_widget">btn_select_certificate</property>
142                          </object>
143                          <packing>
144                            <property name="left_attach">0</property>
145                            <property name="top_attach">2</property>
146                          </packing>
147                        </child>
148                        <child>
149                          <object class="GtkButton" id="btn_select_certificate">
150                            <property name="label" translatable="yes" context="signsignatureline|btn_select_certificate">Select Certificate</property>
151                            <property name="visible">True</property>
152                            <property name="can_focus">True</property>
153                            <property name="receives_default">True</property>
154                          </object>
155                          <packing>
156                            <property name="left_attach">1</property>
157                            <property name="top_attach">2</property>
158                            <property name="width">4</property>
159                          </packing>
160                        </child>
161                        <child>
162                          <object class="GtkLabel" id="label_or">
163                            <property name="visible">True</property>
164                            <property name="can_focus">False</property>
165                            <property name="halign">start</property>
166                            <property name="label" translatable="yes" context="signsignatureline|label_name" comments="Name of the signer">or</property>
167                          </object>
168                          <packing>
169                            <property name="left_attach">2</property>
170                            <property name="top_attach">0</property>
171                          </packing>
172                        </child>
173                        <child>
174                          <object class="GtkButton" id="btn_load_image">
175                            <property name="label" translatable="yes" context="signsignatureline|btn_load_image">Use Signature Image</property>
176                            <property name="visible">True</property>
177                            <property name="can_focus">True</property>
178                            <property name="receives_default">True</property>
179                            <accessibility>
180                              <relation type="labelled-by" target="label_image_dimensions"/>
181                            </accessibility>
182                          </object>
183                          <packing>
184                            <property name="left_attach">3</property>
185                            <property name="top_attach">0</property>
186                          </packing>
187                        </child>
188                        <child>
189                          <object class="GtkButton" id="btn_clear_image">
190                            <property name="label" translatable="yes" context="signsignatureline|btn_clear_image">Clear</property>
191                            <property name="visible">True</property>
192                            <property name="can_focus">True</property>
193                            <property name="receives_default">True</property>
194                          </object>
195                          <packing>
196                            <property name="left_attach">4</property>
197                            <property name="top_attach">0</property>
198                          </packing>
199                        </child>
200                        <child>
201                          <object class="GtkLabel" id="label_image_dimensions">
202                            <property name="visible">True</property>
203                            <property name="can_focus">False</property>
204                            <property name="halign">start</property>
205                            <property name="margin_bottom">6</property>
206                            <property name="label" translatable="yes" context="signsignatureline|label_image_dimensions">Best image size: 600 x 100 px</property>
207                            <attributes>
208                              <attribute name="style" value="italic"/>
209                            </attributes>
210                            <accessibility>
211                              <relation type="label-for" target="btn_load_image"/>
212                            </accessibility>
213                          </object>
214                          <packing>
215                            <property name="left_attach">3</property>
216                            <property name="top_attach">1</property>
217                            <property name="width">2</property>
218                          </packing>
219                        </child>
220                        <child>
221                          <placeholder/>
222                        </child>
223                        <child>
224                          <placeholder/>
225                        </child>
226                        <child>
227                          <placeholder/>
228                        </child>
229                      </object>
230                    </child>
231                  </object>
232                </child>
233                <child type="label">
234                  <object class="GtkLabel" id="label_sign">
235                    <property name="visible">True</property>
236                    <property name="can_focus">False</property>
237                    <property name="label" translatable="yes" context="signsignatureline|label_sign">Sign</property>
238                    <attributes>
239                      <attribute name="weight" value="bold"/>
240                    </attributes>
241                  </object>
242                </child>
243              </object>
244              <packing>
245                <property name="left_attach">0</property>
246                <property name="top_attach">0</property>
247              </packing>
248            </child>
249            <child>
250              <object class="GtkFrame">
251                <property name="visible">True</property>
252                <property name="can_focus">False</property>
253                <property name="hexpand">True</property>
254                <property name="vexpand">True</property>
255                <property name="label_xalign">0</property>
256                <property name="shadow_type">none</property>
257                <child>
258                  <object class="GtkAlignment">
259                    <property name="visible">True</property>
260                    <property name="can_focus">False</property>
261                    <property name="top_padding">6</property>
262                    <property name="left_padding">12</property>
263                    <child>
264                      <object class="GtkGrid">
265                        <property name="visible">True</property>
266                        <property name="can_focus">False</property>
267                        <property name="row_spacing">6</property>
268                        <property name="column_spacing">12</property>
269                        <child>
270                          <object class="GtkLabel" id="label_add_comment">
271                            <property name="visible">True</property>
272                            <property name="can_focus">False</property>
273                            <property name="halign">start</property>
274                            <property name="label" translatable="yes" context="signsignatureline|label_add_comment">Add comment:</property>
275                            <property name="use_underline">True</property>
276                            <property name="mnemonic_widget">edit_comment</property>
277                          </object>
278                          <packing>
279                            <property name="left_attach">0</property>
280                            <property name="top_attach">2</property>
281                          </packing>
282                        </child>
283                        <child>
284                          <object class="GtkScrolledWindow">
285                            <property name="visible">True</property>
286                            <property name="can_focus">True</property>
287                            <property name="hexpand">True</property>
288                            <property name="vexpand">True</property>
289                            <property name="shadow_type">in</property>
290                            <child>
291                              <object class="GtkTextView" id="edit_comment">
292                                <property name="height_request">60</property>
293                                <property name="visible">True</property>
294                                <property name="can_focus">True</property>
295                                <property name="hexpand">True</property>
296                                <property name="vexpand">True</property>
297                              </object>
298                            </child>
299                          </object>
300                          <packing>
301                            <property name="left_attach">0</property>
302                            <property name="top_attach">3</property>
303                          </packing>
304                        </child>
305                        <child>
306                          <object class="GtkLabel" id="label_hint">
307                            <property name="visible">True</property>
308                            <property name="can_focus">False</property>
309                            <property name="halign">start</property>
310                            <property name="label" translatable="yes" context="signsignatureline|label_hint">Instructions from the document creator:</property>
311                            <property name="use_underline">True</property>
312                            <property name="mnemonic_widget">label_hint_text</property>
313                          </object>
314                          <packing>
315                            <property name="left_attach">0</property>
316                            <property name="top_attach">0</property>
317                          </packing>
318                        </child>
319                        <child>
320                          <object class="GtkLabel" id="label_hint_text">
321                            <property name="visible">True</property>
322                            <property name="can_focus">False</property>
323                            <property name="halign">start</property>
324                            <property name="margin_left">12</property>
325                            <property name="mnemonic_widget">edit_comment</property>
326                            <attributes>
327                              <attribute name="style" value="oblique"/>
328                            </attributes>
329                          </object>
330                          <packing>
331                            <property name="left_attach">0</property>
332                            <property name="top_attach">1</property>
333                          </packing>
334                        </child>
335                      </object>
336                    </child>
337                  </object>
338                </child>
339                <child type="label">
340                  <object class="GtkLabel">
341                    <property name="visible">True</property>
342                    <property name="can_focus">False</property>
343                    <property name="label" translatable="yes" context="signsignatureline|label_more">More</property>
344                    <attributes>
345                      <attribute name="weight" value="bold"/>
346                    </attributes>
347                  </object>
348                </child>
349              </object>
350              <packing>
351                <property name="left_attach">0</property>
352                <property name="top_attach">1</property>
353              </packing>
354            </child>
355          </object>
356          <packing>
357            <property name="expand">False</property>
358            <property name="fill">True</property>
359            <property name="position">0</property>
360          </packing>
361        </child>
362      </object>
363    </child>
364    <action-widgets>
365      <action-widget response="-11">help</action-widget>
366      <action-widget response="-6">cancel</action-widget>
367      <action-widget response="-5">ok</action-widget>
368    </action-widgets>
369  </object>
370</interface>
371