Remove double margin
[kdepim.git] / templateparser / src / ui / customtemplates_base.ui
blob0bbb6cad37cc6f1fa8a5380218404eb2691f8c8b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CustomTemplatesBase</class>
4 <widget class="QWidget" name="CustomTemplatesBase">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>743</width>
10 <height>480</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout">
14 <property name="spacing">
15 <number>6</number>
16 </property>
17 <property name="leftMargin">
18 <number>0</number>
19 </property>
20 <property name="topMargin">
21 <number>0</number>
22 </property>
23 <property name="rightMargin">
24 <number>0</number>
25 </property>
26 <property name="bottomMargin">
27 <number>0</number>
28 </property>
29 <item>
30 <widget class="QSplitter" name="splitter2">
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
33 </property>
34 <property name="childrenCollapsible">
35 <bool>false</bool>
36 </property>
37 <widget class="QWidget" name="layout9">
38 <layout class="QVBoxLayout">
39 <property name="spacing">
40 <number>6</number>
41 </property>
42 <property name="leftMargin">
43 <number>0</number>
44 </property>
45 <property name="topMargin">
46 <number>0</number>
47 </property>
48 <property name="rightMargin">
49 <number>0</number>
50 </property>
51 <property name="bottomMargin">
52 <number>0</number>
53 </property>
54 <item>
55 <layout class="QHBoxLayout">
56 <property name="spacing">
57 <number>6</number>
58 </property>
59 <property name="leftMargin">
60 <number>0</number>
61 </property>
62 <property name="topMargin">
63 <number>0</number>
64 </property>
65 <property name="rightMargin">
66 <number>0</number>
67 </property>
68 <property name="bottomMargin">
69 <number>0</number>
70 </property>
71 <item>
72 <widget class="KLineEdit" name="mName">
73 <property name="sizePolicy">
74 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
75 <horstretch>0</horstretch>
76 <verstretch>0</verstretch>
77 </sizepolicy>
78 </property>
79 <property name="minimumSize">
80 <size>
81 <width>100</width>
82 <height>0</height>
83 </size>
84 </property>
85 <property name="toolTip">
86 <string comment="@info:tooltip">Enter a name for the custom template</string>
87 </property>
88 <property name="whatsThis">
89 <string comment="@info:whatsthis">To create a custom template, first enter a name for that template and press the '+' button.</string>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <widget class="QPushButton" name="mAdd">
95 <property name="toolTip">
96 <string comment="@info:tooltip">Add a new custom template</string>
97 </property>
98 <property name="whatsThis">
99 <string comment="@info:whatsthis">Press this button if you want to create a new custom template with the specified name</string>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <widget class="QPushButton" name="mRemove">
105 <property name="toolTip">
106 <string comment="@info:tooltip">Remove the selected custom template</string>
107 </property>
108 <property name="whatsThis">
109 <string comment="@info:whatsthis">Press this button if you want to remove the currently selected custom template</string>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QPushButton" name="mDuplicate">
115 <property name="toolTip">
116 <string comment="@info:tooltip">Duplicate the selected custom template</string>
117 </property>
118 <property name="whatsThis">
119 <string comment="@info:whatsthis">Press this button if you want to duplicate the currently selected custom template</string>
120 </property>
121 </widget>
122 </item>
123 </layout>
124 </item>
125 <item>
126 <widget class="QTreeWidget" name="mList">
127 <property name="sizePolicy">
128 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
129 <horstretch>0</horstretch>
130 <verstretch>0</verstretch>
131 </sizepolicy>
132 </property>
133 <property name="toolTip">
134 <string comment="@info:tooltip">List of custom templates available</string>
135 </property>
136 <property name="whatsThis">
137 <string comment="@info:whatsthis">This is a list of all the custom templates available.</string>
138 </property>
139 <property name="rootIsDecorated">
140 <bool>false</bool>
141 </property>
142 <property name="allColumnsShowFocus">
143 <bool>true</bool>
144 </property>
145 <column>
146 <property name="text">
147 <string comment="@title:column Type of custom template">Type</string>
148 </property>
149 </column>
150 <column>
151 <property name="text">
152 <string comment="@title:column Name of the custom template.">Name</string>
153 </property>
154 </column>
155 </widget>
156 </item>
157 <item>
158 <widget class="QLabel" name="mHelp"/>
159 </item>
160 </layout>
161 </widget>
162 <widget class="QFrame" name="mEditFrame">
163 <property name="sizePolicy">
164 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
165 <horstretch>12</horstretch>
166 <verstretch>0</verstretch>
167 </sizepolicy>
168 </property>
169 <property name="frameShape">
170 <enum>QFrame::NoFrame</enum>
171 </property>
172 <property name="frameShadow">
173 <enum>QFrame::Raised</enum>
174 </property>
175 <layout class="QVBoxLayout" name="verticalLayout_3">
176 <item>
177 <layout class="QHBoxLayout" name="horizontalLayout">
178 <item>
179 <layout class="QVBoxLayout" name="verticalLayout_2">
180 <item>
181 <widget class="QLabel" name="mToLabel">
182 <property name="text">
183 <string comment="@label:textbox Recipient mail address">To:</string>
184 </property>
185 </widget>
186 </item>
187 <item>
188 <widget class="QLabel" name="mCCLabel">
189 <property name="text">
190 <string comment="@label">CC:</string>
191 </property>
192 </widget>
193 </item>
194 </layout>
195 </item>
196 <item>
197 <layout class="QVBoxLayout" name="verticalLayout">
198 <item>
199 <widget class="Akonadi::EmailAddressRequester" name="mToEdit" native="true">
200 <property name="sizePolicy">
201 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
202 <horstretch>0</horstretch>
203 <verstretch>0</verstretch>
204 </sizepolicy>
205 </property>
206 <property name="toolTip">
207 <string comment="@info:tooltip">Additional recipients of the message</string>
208 </property>
209 <property name="whatsThis">
210 <string comment="@info:whatsthis">When using this template, the default recipients are those you enter here. This is a comma-separated list of mail addresses.</string>
211 </property>
212 </widget>
213 </item>
214 <item>
215 <widget class="Akonadi::EmailAddressRequester" name="mCCEdit" native="true">
216 <property name="sizePolicy">
217 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
218 <horstretch>0</horstretch>
219 <verstretch>0</verstretch>
220 </sizepolicy>
221 </property>
222 <property name="toolTip">
223 <string comment="@info:tooltip">Additional recipients who get a copy of the message</string>
224 </property>
225 <property name="whatsThis">
226 <string comment="@info:whatsthis">When using this template, the recipients you enter here will by default get a copy of this message. This is a comma-separated list of mail addresses.</string>
227 </property>
228 </widget>
229 </item>
230 </layout>
231 </item>
232 </layout>
233 </item>
234 <item>
235 <widget class="TemplateParser::TemplatesTextEdit" name="mEdit">
236 <property name="sizePolicy">
237 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
238 <horstretch>3</horstretch>
239 <verstretch>1</verstretch>
240 </sizepolicy>
241 </property>
242 <property name="toolTip">
243 <string comment="@info:tooltip">The custom template</string>
244 </property>
245 <property name="whatsThis">
246 <string comment="@info:whatsthis">This area contains the associated custom template.</string>
247 </property>
248 </widget>
249 </item>
250 <item>
251 <layout class="QGridLayout">
252 <property name="leftMargin">
253 <number>0</number>
254 </property>
255 <property name="topMargin">
256 <number>0</number>
257 </property>
258 <property name="rightMargin">
259 <number>0</number>
260 </property>
261 <property name="bottomMargin">
262 <number>0</number>
263 </property>
264 <property name="spacing">
265 <number>6</number>
266 </property>
267 <item row="1" column="2">
268 <widget class="KComboBox" name="mType">
269 <item>
270 <property name="text">
271 <string comment="@item:inlistbox Universal custom template type.">Universal</string>
272 </property>
273 </item>
274 <item>
275 <property name="text">
276 <string comment="@item:inlistbox Custom template type for message replies">Reply</string>
277 </property>
278 </item>
279 <item>
280 <property name="text">
281 <string comment="@item:inlistbox Custom template type for reply-to-all messages">Reply to All</string>
282 </property>
283 </item>
284 <item>
285 <property name="text">
286 <string comment="@item:inlistbox Custom template type for messsage forwards">Forward</string>
287 </property>
288 </item>
289 </widget>
290 </item>
291 <item row="0" column="1">
292 <widget class="QLabel" name="textLabel1_2">
293 <property name="text">
294 <string comment="@label">Shortc&amp;ut:</string>
295 </property>
296 <property name="alignment">
297 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
298 </property>
299 <property name="buddy">
300 <cstring>mKeySequenceWidget</cstring>
301 </property>
302 </widget>
303 </item>
304 <item row="1" column="1">
305 <widget class="QLabel" name="textLabel1">
306 <property name="sizePolicy">
307 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
308 <horstretch>1</horstretch>
309 <verstretch>0</verstretch>
310 </sizepolicy>
311 </property>
312 <property name="text">
313 <string comment="@label">&amp;Template type:</string>
314 </property>
315 <property name="alignment">
316 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
317 </property>
318 <property name="buddy">
319 <cstring>mType</cstring>
320 </property>
321 </widget>
322 </item>
323 <item row="0" column="2">
324 <widget class="KKeySequenceWidget" name="mKeySequenceWidget"/>
325 </item>
326 <item row="0" column="0">
327 <widget class="TemplateParser::TemplatesInsertCommand" name="mInsertCommand" native="true"/>
328 </item>
329 </layout>
330 </item>
331 </layout>
332 </widget>
333 </widget>
334 </item>
335 </layout>
336 </widget>
337 <customwidgets>
338 <customwidget>
339 <class>KComboBox</class>
340 <extends>QComboBox</extends>
341 <header>kcombobox.h</header>
342 <container>1</container>
343 </customwidget>
344 <customwidget>
345 <class>KKeySequenceWidget</class>
346 <extends>QWidget</extends>
347 <header>kkeysequencewidget.h</header>
348 </customwidget>
349 <customwidget>
350 <class>KLineEdit</class>
351 <extends>QLineEdit</extends>
352 <header>klineedit.h</header>
353 <container>1</container>
354 </customwidget>
355 <customwidget>
356 <class>TemplateParser::TemplatesTextEdit</class>
357 <extends>QPlainTextEdit</extends>
358 <header>templatestextedit.h</header>
359 </customwidget>
360 <customwidget>
361 <class>TemplateParser::TemplatesInsertCommand</class>
362 <extends>QWidget</extends>
363 <header>templatesinsertcommand.h</header>
364 </customwidget>
365 <customwidget>
366 <class>Akonadi::EmailAddressRequester</class>
367 <extends>QWidget</extends>
368 <header>Akonadi/Contact/EmailAddressRequester</header>
369 <container>1</container>
370 </customwidget>
371 </customwidgets>
372 <resources/>
373 <connections/>
374 </ui>