tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / cui / uiconfig / ui / insertrowcolumn.ui
blob048fe0a91562eeef316acde0c5f29c8fc42266fb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">1</property>
7 <property name="upper">200</property>
8 <property name="value">1</property>
9 <property name="step-increment">1</property>
10 <property name="page-increment">10</property>
11 </object>
12 <object class="GtkDialog" id="InsertRowColumnDialog">
13 <property name="can-focus">False</property>
14 <property name="border-width">6</property>
15 <property name="title" translatable="yes" context="insertrowcolumn|InsertRowColumnDialog">Insert Row</property>
16 <property name="resizable">False</property>
17 <property name="modal">True</property>
18 <property name="default-width">0</property>
19 <property name="default-height">0</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="layout-style">end</property>
30 <child>
31 <object class="GtkButton" id="ok">
32 <property name="label" translatable="yes" context="stock">_OK</property>
33 <property name="visible">True</property>
34 <property name="can-focus">True</property>
35 <property name="can-default">True</property>
36 <property name="has-default">True</property>
37 <property name="receives-default">True</property>
38 <property name="use-underline">True</property>
39 </object>
40 <packing>
41 <property name="expand">False</property>
42 <property name="fill">True</property>
43 <property name="position">0</property>
44 </packing>
45 </child>
46 <child>
47 <object class="GtkButton" id="cancel">
48 <property name="label" translatable="yes" context="stock">_Cancel</property>
49 <property name="visible">True</property>
50 <property name="can-focus">True</property>
51 <property name="receives-default">True</property>
52 <property name="use-underline">True</property>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="position">1</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkButton" id="help">
62 <property name="label" translatable="yes" context="stock">_Help</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 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">2</property>
72 <property name="secondary">True</property>
73 </packing>
74 </child>
75 </object>
76 <packing>
77 <property name="expand">False</property>
78 <property name="fill">True</property>
79 <property name="pack-type">end</property>
80 <property name="position">0</property>
81 </packing>
82 </child>
83 <child>
84 <!-- n-columns=1 n-rows=2 -->
85 <object class="GtkGrid" id="grid1">
86 <property name="visible">True</property>
87 <property name="can-focus">False</property>
88 <property name="row-spacing">12</property>
89 <child>
90 <object class="GtkFrame" id="frame1">
91 <property name="visible">True</property>
92 <property name="can-focus">False</property>
93 <property name="label-xalign">0</property>
94 <property name="shadow-type">none</property>
95 <child>
96 <!-- n-columns=3 n-rows=1 -->
97 <object class="GtkGrid" id="grid2">
98 <property name="visible">True</property>
99 <property name="can-focus">False</property>
100 <property name="margin-start">12</property>
101 <property name="margin-top">6</property>
102 <property name="column-spacing">12</property>
103 <child>
104 <object class="GtkLabel" id="label3">
105 <property name="visible">True</property>
106 <property name="can-focus">False</property>
107 <property name="label" translatable="yes" context="insertrowcolumn|label3">_Number:</property>
108 <property name="use-underline">True</property>
109 <property name="mnemonic-widget">insert_number</property>
110 </object>
111 <packing>
112 <property name="left-attach">0</property>
113 <property name="top-attach">0</property>
114 <property name="width">2</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkSpinButton" id="insert_number">
119 <property name="visible">True</property>
120 <property name="can-focus">True</property>
121 <property name="activates-default">True</property>
122 <property name="truncate-multiline">True</property>
123 <property name="adjustment">adjustment1</property>
124 <property name="numeric">True</property>
125 <child internal-child="accessible">
126 <object class="AtkObject" id="insert_number-atkobject">
127 <property name="AtkObject::accessible-description" translatable="yes" context="insertrowcolumn|extended_tip|insert_number">Enter the number of columns or rows that you want.</property>
128 </object>
129 </child>
130 </object>
131 <packing>
132 <property name="left-attach">2</property>
133 <property name="top-attach">0</property>
134 </packing>
135 </child>
136 </object>
137 </child>
138 <child type="label">
139 <object class="GtkLabel" id="label1">
140 <property name="visible">True</property>
141 <property name="can-focus">False</property>
142 <property name="label" translatable="yes" context="insertrowcolumn|label1">Insert</property>
143 <attributes>
144 <attribute name="weight" value="bold"/>
145 </attributes>
146 </object>
147 </child>
148 </object>
149 <packing>
150 <property name="left-attach">0</property>
151 <property name="top-attach">0</property>
152 </packing>
153 </child>
154 <child>
155 <object class="GtkFrame" id="frame2">
156 <property name="visible">True</property>
157 <property name="can-focus">False</property>
158 <property name="label-xalign">0</property>
159 <property name="shadow-type">none</property>
160 <child>
161 <!-- n-columns=2 n-rows=2 -->
162 <object class="GtkGrid" id="grid3">
163 <property name="visible">True</property>
164 <property name="can-focus">False</property>
165 <property name="margin-start">12</property>
166 <property name="margin-top">6</property>
167 <property name="row-spacing">6</property>
168 <child>
169 <object class="GtkRadioButton" id="insert_before">
170 <property name="label" translatable="yes" context="insertrowcolumn|insert_before">_Before</property>
171 <property name="visible">True</property>
172 <property name="can-focus">True</property>
173 <property name="receives-default">False</property>
174 <property name="use-underline">True</property>
175 <property name="active">True</property>
176 <property name="draw-indicator">True</property>
177 <child internal-child="accessible">
178 <object class="AtkObject" id="insert_before-atkobject">
179 <property name="AtkObject::accessible-description" translatable="yes" context="insertrowcolumn|extended_tip|insert_before">Adds new columns to the left of the current column, or adds new rows above the current row.</property>
180 </object>
181 </child>
182 </object>
183 <packing>
184 <property name="left-attach">0</property>
185 <property name="top-attach">0</property>
186 <property name="width">2</property>
187 </packing>
188 </child>
189 <child>
190 <object class="GtkRadioButton" id="insert_after">
191 <property name="label" translatable="yes" context="insertrowcolumn|insert_after">A_fter</property>
192 <property name="visible">True</property>
193 <property name="can-focus">True</property>
194 <property name="receives-default">False</property>
195 <property name="use-underline">True</property>
196 <property name="draw-indicator">True</property>
197 <property name="group">insert_before</property>
198 <child internal-child="accessible">
199 <object class="AtkObject" id="insert_after-atkobject">
200 <property name="AtkObject::accessible-description" translatable="yes" context="insertrowcolumn|extended_tip|insert_after">Adds new columns to the right of the current column, or adds new rows below the current row.</property>
201 </object>
202 </child>
203 </object>
204 <packing>
205 <property name="left-attach">0</property>
206 <property name="top-attach">1</property>
207 <property name="width">2</property>
208 </packing>
209 </child>
210 </object>
211 </child>
212 <child type="label">
213 <object class="GtkLabel" id="label2">
214 <property name="visible">True</property>
215 <property name="can-focus">False</property>
216 <property name="label" translatable="yes" context="insertrowcolumn|label2">Position</property>
217 <attributes>
218 <attribute name="weight" value="bold"/>
219 </attributes>
220 </object>
221 </child>
222 </object>
223 <packing>
224 <property name="left-attach">0</property>
225 <property name="top-attach">1</property>
226 </packing>
227 </child>
228 </object>
229 <packing>
230 <property name="expand">False</property>
231 <property name="fill">True</property>
232 <property name="position">1</property>
233 </packing>
234 </child>
235 </object>
236 </child>
237 <action-widgets>
238 <action-widget response="-5">ok</action-widget>
239 <action-widget response="-6">cancel</action-widget>
240 <action-widget response="-11">help</action-widget>
241 </action-widgets>
242 </object>
243 </interface>