Add a comment to clarify what kind of inputs the class handles
[LibreOffice.git] / sw / uiconfig / swriter / ui / mergeconnectdialog.ui
blobd416ece69f205365d2a4771de330c68ce7819945
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="MergeConnectDialog">
6 <property name="can-focus">False</property>
7 <property name="border-width">6</property>
8 <property name="title" translatable="yes" context="mergeconnectdialog|MergeConnectDialog">Data Source Connection</property>
9 <property name="type-hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="can-focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">12</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="dialog-action_area1">
17 <property name="can-focus">False</property>
18 <property name="layout-style">end</property>
19 <child>
20 <object class="GtkButton" id="ok">
21 <property name="label" translatable="yes" context="stock">_OK</property>
22 <property name="visible">True</property>
23 <property name="can-focus">True</property>
24 <property name="can-default">True</property>
25 <property name="has-default">True</property>
26 <property name="receives-default">True</property>
27 <property name="use-underline">True</property>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="fill">True</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkButton" id="cancel">
37 <property name="label" translatable="yes" context="stock">_Cancel</property>
38 <property name="visible">True</property>
39 <property name="can-focus">True</property>
40 <property name="receives-default">True</property>
41 <property name="use-underline">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">1</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="help">
51 <property name="label" translatable="yes" context="stock">_Help</property>
52 <property name="visible">True</property>
53 <property name="can-focus">True</property>
54 <property name="receives-default">True</property>
55 <property name="use-underline">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="position">2</property>
61 <property name="secondary">True</property>
62 </packing>
63 </child>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">True</property>
68 <property name="pack-type">end</property>
69 <property name="position">0</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkFrame" id="frame1">
74 <property name="visible">True</property>
75 <property name="can-focus">False</property>
76 <property name="hexpand">True</property>
77 <property name="vexpand">True</property>
78 <property name="label-xalign">0</property>
79 <property name="shadow-type">none</property>
80 <child>
81 <!-- n-columns=1 n-rows=3 -->
82 <object class="GtkGrid" id="grid2">
83 <property name="visible">True</property>
84 <property name="can-focus">False</property>
85 <property name="margin-start">12</property>
86 <property name="margin-top">6</property>
87 <property name="hexpand">True</property>
88 <property name="row-spacing">6</property>
89 <child>
90 <object class="GtkRadioButton" id="existing">
91 <property name="label" translatable="yes" context="mergeconnectdialog|existing">_Use existing</property>
92 <property name="visible">True</property>
93 <property name="can-focus">True</property>
94 <property name="receives-default">False</property>
95 <property name="use-underline">True</property>
96 <property name="active">True</property>
97 <property name="draw-indicator">True</property>
98 </object>
99 <packing>
100 <property name="left-attach">0</property>
101 <property name="top-attach">0</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkRadioButton" id="new">
106 <property name="label" translatable="yes" context="mergeconnectdialog|new">_Create new connection</property>
107 <property name="visible">True</property>
108 <property name="can-focus">True</property>
109 <property name="receives-default">False</property>
110 <property name="use-underline">True</property>
111 <property name="draw-indicator">True</property>
112 <property name="group">existing</property>
113 </object>
114 <packing>
115 <property name="left-attach">0</property>
116 <property name="top-attach">1</property>
117 </packing>
118 </child>
119 <child>
120 <object class="GtkLabel" id="label2">
121 <property name="visible">True</property>
122 <property name="can-focus">False</property>
123 <property name="label" translatable="yes" context="mergeconnectdialog|label2">Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source.</property>
124 <property name="wrap">True</property>
125 <property name="max-width-chars">52</property>
126 <property name="xalign">0</property>
127 <property name="yalign">0</property>
128 <attributes>
129 <attribute name="scale" value="0.90000000000000002"/>
130 </attributes>
131 </object>
132 <packing>
133 <property name="left-attach">0</property>
134 <property name="top-attach">2</property>
135 </packing>
136 </child>
137 </object>
138 </child>
139 <child type="label">
140 <object class="GtkLabel" id="label1">
141 <property name="visible">True</property>
142 <property name="can-focus">False</property>
143 <property name="label" translatable="yes" context="mergeconnectdialog|label1">Connect</property>
144 <attributes>
145 <attribute name="weight" value="bold"/>
146 </attributes>
147 </object>
148 </child>
149 </object>
150 <packing>
151 <property name="expand">False</property>
152 <property name="fill">True</property>
153 <property name="position">1</property>
154 </packing>
155 </child>
156 </object>
157 </child>
158 <action-widgets>
159 <action-widget response="-5">ok</action-widget>
160 <action-widget response="-6">cancel</action-widget>
161 <action-widget response="-11">help</action-widget>
162 </action-widgets>
163 </object>
164 </interface>