tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / sd / uiconfig / sdraw / ui / insertslidesdialog.ui
blobebd432fd412f13962828e12e194e94a8c39ac1b6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sd">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name expander -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <object class="GtkDialog" id="InsertSlidesDialog">
16 <property name="can_focus">False</property>
17 <property name="border_width">6</property>
18 <property name="title" translatable="yes" context="insertslidesdialog|InsertSlidesDialog">Insert Slides/Objects</property>
19 <property name="modal">True</property>
20 <property name="type_hint">dialog</property>
21 <child internal-child="vbox">
22 <object class="GtkBox" id="dialog-vbox1">
23 <property name="can_focus">False</property>
24 <property name="orientation">vertical</property>
25 <property name="spacing">12</property>
26 <child internal-child="action_area">
27 <object class="GtkButtonBox" id="dialog-action_area1">
28 <property name="can_focus">False</property>
29 <property name="margin_top">5</property>
30 <property name="layout_style">end</property>
31 <child>
32 <object class="GtkButton" id="ok">
33 <property name="label" translatable="yes" context="stock">_OK</property>
34 <property name="visible">True</property>
35 <property name="can_focus">True</property>
36 <property name="can_default">True</property>
37 <property name="has_default">True</property>
38 <property name="receives_default">True</property>
39 <property name="use-underline">True</property>
40 </object>
41 <packing>
42 <property name="expand">False</property>
43 <property name="fill">True</property>
44 <property name="position">0</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkButton" id="cancel">
49 <property name="label" translatable="yes" context="stock">_Cancel</property>
50 <property name="visible">True</property>
51 <property name="can_focus">True</property>
52 <property name="receives_default">True</property>
53 <property name="use-underline">True</property>
54 </object>
55 <packing>
56 <property name="expand">False</property>
57 <property name="fill">True</property>
58 <property name="position">1</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkButton" id="help">
63 <property name="label" translatable="yes" context="stock">_Help</property>
64 <property name="visible">True</property>
65 <property name="can_focus">True</property>
66 <property name="receives_default">True</property>
67 <property name="use-underline">True</property>
68 </object>
69 <packing>
70 <property name="expand">False</property>
71 <property name="fill">True</property>
72 <property name="position">2</property>
73 <property name="secondary">True</property>
74 </packing>
75 </child>
76 </object>
77 <packing>
78 <property name="expand">False</property>
79 <property name="fill">True</property>
80 <property name="pack_type">end</property>
81 <property name="position">0</property>
82 </packing>
83 </child>
84 <child>
85 <!-- n-columns=1 n-rows=1 -->
86 <object class="GtkGrid" id="grid1">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="hexpand">True</property>
90 <property name="vexpand">True</property>
91 <property name="row_spacing">6</property>
92 <child>
93 <object class="GtkCheckButton" id="backgrounds">
94 <property name="label" translatable="yes" context="insertslidesdialog|backgrounds">Delete unused backg_rounds</property>
95 <property name="visible">True</property>
96 <property name="can_focus">True</property>
97 <property name="receives_default">False</property>
98 <property name="use_underline">True</property>
99 <property name="draw_indicator">True</property>
100 <child internal-child="accessible">
101 <object class="AtkObject" id="backgrounds-atkobject">
102 <property name="AtkObject::accessible-description" translatable="yes" context="insertslidesdialog|extended_tip|backgrounds">Unused master pages are not inserted.</property>
103 </object>
104 </child>
105 </object>
106 <packing>
107 <property name="left_attach">0</property>
108 <property name="top_attach">2</property>
109 </packing>
110 </child>
111 <child>
112 <object class="GtkCheckButton" id="links">
113 <property name="label" translatable="yes" context="insertslidesdialog|links">_Link</property>
114 <property name="visible">True</property>
115 <property name="can_focus">True</property>
116 <property name="receives_default">False</property>
117 <property name="use_underline">True</property>
118 <property name="draw_indicator">True</property>
119 <child internal-child="accessible">
120 <object class="AtkObject" id="links-atkobject">
121 <property name="AtkObject::accessible-description" translatable="yes" context="insertslidesdialog|extended_tip|links">Inserts a file or some file elements as a link that is automatically updated when the source file is modified.</property>
122 </object>
123 </child>
124 </object>
125 <packing>
126 <property name="left_attach">0</property>
127 <property name="top_attach">1</property>
128 </packing>
129 </child>
130 <child>
131 <object class="GtkScrolledWindow">
132 <property name="visible">True</property>
133 <property name="can_focus">True</property>
134 <property name="hexpand">True</property>
135 <property name="vexpand">True</property>
136 <property name="shadow_type">in</property>
137 <child>
138 <object class="GtkTreeView" id="tree">
139 <property name="width_request">-1</property>
140 <property name="visible">True</property>
141 <property name="can_focus">True</property>
142 <property name="receives_default">True</property>
143 <property name="hexpand">True</property>
144 <property name="vexpand">True</property>
145 <property name="model">liststore1</property>
146 <property name="headers_visible">False</property>
147 <property name="search_column">1</property>
148 <property name="enable_tree_lines">True</property>
149 <child internal-child="selection">
150 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
151 </child>
152 <child>
153 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
154 <property name="spacing">6</property>
155 <child>
156 <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
157 <attributes>
158 <attribute name="pixbuf">0</attribute>
159 </attributes>
160 </child>
161 <child>
162 <object class="GtkCellRendererText" id="cellrenderertext2"/>
163 <attributes>
164 <attribute name="text">1</attribute>
165 </attributes>
166 </child>
167 </object>
168 </child>
169 </object>
170 </child>
171 </object>
172 <packing>
173 <property name="left_attach">0</property>
174 <property name="top_attach">0</property>
175 </packing>
176 </child>
177 </object>
178 <packing>
179 <property name="expand">False</property>
180 <property name="fill">True</property>
181 <property name="position">1</property>
182 </packing>
183 </child>
184 </object>
185 </child>
186 <action-widgets>
187 <action-widget response="-5">ok</action-widget>
188 <action-widget response="-6">cancel</action-widget>
189 <action-widget response="-11">help</action-widget>
190 </action-widgets>
191 <child type="titlebar">
192 <placeholder/>
193 </child>
194 </object>
195 </interface>