tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / cui / uiconfig / ui / optemailpage.ui
blob24ff347567e8cb11f8e5dd131a5ae30258cf7ef4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkFrame" id="OptEmailPage">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="hexpand">True</property>
9 <property name="border_width">6</property>
10 <property name="label_xalign">0</property>
11 <property name="shadow_type">none</property>
12 <child>
13 <object class="GtkBox" id="box1">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">6</property>
18 <property name="margin-start">12</property>
19 <property name="margin-top">6</property>
20 <child>
21 <!-- n-columns=1 n-rows=1 -->
22 <object class="GtkGrid" id="program">
23 <property name="visible">True</property>
24 <property name="can_focus">False</property>
25 <property name="row_spacing">6</property>
26 <property name="column_spacing">12</property>
27 <child>
28 <object class="GtkLabel" id="label2">
29 <property name="visible">True</property>
30 <property name="can_focus">False</property>
31 <property name="label" translatable="yes" context="optemailpage|label2">_Email program:</property>
32 <property name="use_underline">True</property>
33 <property name="mnemonic_widget">url</property>
34 </object>
35 <packing>
36 <property name="left_attach">1</property>
37 <property name="top_attach">0</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkEntry" id="url">
42 <property name="visible">True</property>
43 <property name="can_focus">True</property>
44 <property name="valign">center</property>
45 <property name="hexpand">True</property>
46 <property name="activates_default">True</property>
47 <property name="width_chars">32</property>
48 <property name="truncate-multiline">True</property>
49 <child internal-child="accessible">
50 <object class="AtkObject" id="url-atkobject">
51 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|url">Enter the email program path and name.</property>
52 </object>
53 </child>
54 </object>
55 <packing>
56 <property name="left_attach">2</property>
57 <property name="top_attach">0</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkButton" id="browse">
62 <property name="label" translatable="yes" context="optemailpage|browse">Browse...</property>
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
65 <property name="receives_default">True</property>
66 <property name="use_underline">True</property>
67 <child internal-child="accessible">
68 <object class="AtkObject" id="browse-atkobject">
69 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|browse">Opens a file dialog to select the email program.</property>
70 </object>
71 </child>
72 </object>
73 <packing>
74 <property name="left_attach">3</property>
75 <property name="top_attach">0</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkImage" id="lockemail">
80 <property name="can_focus">False</property>
81 <property name="no_show_all">True</property>
82 <property name="halign">center</property>
83 <property name="valign">center</property>
84 <property name="icon_name">res/lock.png</property>
85 </object>
86 <packing>
87 <property name="left_attach">0</property>
88 <property name="top_attach">0</property>
89 </packing>
90 </child>
91 <child>
92 <object class="GtkLabel" id="browsetitle">
93 <property name="can_focus">False</property>
94 <property name="no_show_all">True</property>
95 <property name="label" translatable="yes" context="optemailpage|browsetitle">All files</property>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">1</property>
100 <property name="width">4</property>
101 </packing>
102 </child>
103 </object>
104 <packing>
105 <property name="expand">False</property>
106 <property name="fill">True</property>
107 <property name="position">0</property>
108 </packing>
109 </child>
110 <child>
111 <!-- n-columns=1 n-rows=1 -->
112 <object class="GtkGrid" id="suppressHiddenCont">
113 <property name="visible">True</property>
114 <property name="can_focus">False</property>
115 <property name="row_spacing">6</property>
116 <property name="column_spacing">12</property>
117 <child>
118 <object class="GtkLabel" id="suppress">
119 <property name="visible">True</property>
120 <property name="can_focus">False</property>
121 <property name="label" translatable="yes" context="optemailpage|suppress">Suppress hidden elements of documents</property>
122 <property name="use_underline">True</property>
123 <property name="xalign">0</property>
124 </object>
125 <packing>
126 <property name="left_attach">2</property>
127 <property name="top_attach">2</property>
128 </packing>
129 </child>
130 <child>
131 <object class="GtkCheckButton" id="suppressHidden">
132 <property name="visible">True</property>
133 <property name="can_focus">True</property>
134 <property name="receives_default">False</property>
135 <property name="use_underline">True</property>
136 <property name="draw_indicator">True</property>
137 </object>
138 <packing>
139 <property name="left_attach">1</property>
140 <property name="top_attach">2</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkImage" id="lockSuppressHidden">
145 <property name="can_focus">False</property>
146 <property name="no_show_all">True</property>
147 <property name="halign">center</property>
148 <property name="valign">center</property>
149 <property name="icon_name">res/lock.png</property>
150 </object>
151 <packing>
152 <property name="left_attach">0</property>
153 <property name="top_attach">2</property>
154 </packing>
155 </child>
156 <child>
157 <placeholder/>
158 </child>
159 <child>
160 <placeholder/>
161 </child>
162 <child>
163 <placeholder/>
164 </child>
165 <child>
166 <placeholder/>
167 </child>
168 <child>
169 <placeholder/>
170 </child>
171 <child>
172 <placeholder/>
173 </child>
174 </object>
175 <packing>
176 <property name="expand">False</property>
177 <property name="fill">True</property>
178 <property name="position">1</property>
179 </packing>
180 </child>
181 </object>
182 </child>
183 <child type="label">
184 <object class="GtkLabel" id="label1">
185 <property name="visible">True</property>
186 <property name="can_focus">False</property>
187 <property name="label" translatable="yes" context="optemailpage|label1">Sending Documents as Email Attachments</property>
188 <attributes>
189 <attribute name="weight" value="bold"/>
190 </attributes>
191 </object>
192 </child>
193 <child internal-child="accessible">
194 <object class="AtkObject" id="OptEmailPage-atkobject">
195 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptEmailPage">Enter the email program path and name.</property>
196 </object>
197 </child>
198 </object>
199 </interface>