summaryrefslogtreecommitdiff
path: root/noncore/net/mail/composemailui.ui
Unidiff
Diffstat (limited to 'noncore/net/mail/composemailui.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/composemailui.ui328
1 files changed, 328 insertions, 0 deletions
diff --git a/noncore/net/mail/composemailui.ui b/noncore/net/mail/composemailui.ui
new file mode 100644
index 0000000..9f5feb9
--- a/dev/null
+++ b/noncore/net/mail/composemailui.ui
@@ -0,0 +1,328 @@
1<!DOCTYPE UI><UI>
2<class>ComposeMailUI</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>ComposeMailUI</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>264</width>
15 <height>360</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Compose Message</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <property>
26 <name>layoutSpacing</name>
27 </property>
28 <vbox>
29 <property stdset="1">
30 <name>margin</name>
31 <number>0</number>
32 </property>
33 <property stdset="1">
34 <name>spacing</name>
35 <number>0</number>
36 </property>
37 <widget>
38 <class>QTabWidget</class>
39 <property stdset="1">
40 <name>name</name>
41 <cstring>tabWidget</cstring>
42 </property>
43 <property>
44 <name>layoutMargin</name>
45 </property>
46 <property>
47 <name>layoutSpacing</name>
48 </property>
49 <widget>
50 <class>QWidget</class>
51 <property stdset="1">
52 <name>name</name>
53 <cstring>mailTab</cstring>
54 </property>
55 <attribute>
56 <name>title</name>
57 <string>Mail</string>
58 </attribute>
59 <grid>
60 <property stdset="1">
61 <name>margin</name>
62 <number>4</number>
63 </property>
64 <property stdset="1">
65 <name>spacing</name>
66 <number>3</number>
67 </property>
68 <widget row="2" column="1" >
69 <class>QLineEdit</class>
70 <property stdset="1">
71 <name>name</name>
72 <cstring>subjectLine</cstring>
73 </property>
74 </widget>
75 <widget row="3" column="0" rowspan="1" colspan="2" >
76 <class>QMultiLineEdit</class>
77 <property stdset="1">
78 <name>name</name>
79 <cstring>message</cstring>
80 </property>
81 </widget>
82 <widget row="2" column="0" >
83 <class>QLabel</class>
84 <property stdset="1">
85 <name>name</name>
86 <cstring>subjectLabel</cstring>
87 </property>
88 <property stdset="1">
89 <name>text</name>
90 <string>Subject</string>
91 </property>
92 </widget>
93 <widget row="0" column="0" >
94 <class>QLabel</class>
95 <property stdset="1">
96 <name>name</name>
97 <cstring>fromLabel</cstring>
98 </property>
99 <property stdset="1">
100 <name>text</name>
101 <string>From</string>
102 </property>
103 </widget>
104 <widget row="1" column="1" >
105 <class>QLineEdit</class>
106 <property stdset="1">
107 <name>name</name>
108 <cstring>toLine</cstring>
109 </property>
110 </widget>
111 <widget row="0" column="1" >
112 <class>QComboBox</class>
113 <property stdset="1">
114 <name>name</name>
115 <cstring>fromBox</cstring>
116 </property>
117 </widget>
118 <widget row="1" column="0" >
119 <class>QPushButton</class>
120 <property stdset="1">
121 <name>name</name>
122 <cstring>toButton</cstring>
123 </property>
124 <property stdset="1">
125 <name>text</name>
126 <string>To</string>
127 </property>
128 </widget>
129 </grid>
130 </widget>
131 <widget>
132 <class>QWidget</class>
133 <property stdset="1">
134 <name>name</name>
135 <cstring>optionsTab</cstring>
136 </property>
137 <attribute>
138 <name>title</name>
139 <string>Options</string>
140 </attribute>
141 <grid>
142 <property stdset="1">
143 <name>margin</name>
144 <number>4</number>
145 </property>
146 <property stdset="1">
147 <name>spacing</name>
148 <number>3</number>
149 </property>
150 <widget row="3" column="0" >
151 <class>QPushButton</class>
152 <property stdset="1">
153 <name>name</name>
154 <cstring>replyButton</cstring>
155 </property>
156 <property stdset="1">
157 <name>text</name>
158 <string>Reply-To</string>
159 </property>
160 </widget>
161 <widget row="2" column="0" >
162 <class>QPushButton</class>
163 <property stdset="1">
164 <name>name</name>
165 <cstring>bccButton</cstring>
166 </property>
167 <property stdset="1">
168 <name>text</name>
169 <string>BCC</string>
170 </property>
171 </widget>
172 <widget row="1" column="1" >
173 <class>QLineEdit</class>
174 <property stdset="1">
175 <name>name</name>
176 <cstring>ccLine</cstring>
177 </property>
178 </widget>
179 <widget row="2" column="1" >
180 <class>QLineEdit</class>
181 <property stdset="1">
182 <name>name</name>
183 <cstring>bccLine</cstring>
184 </property>
185 </widget>
186 <widget row="3" column="1" >
187 <class>QLineEdit</class>
188 <property stdset="1">
189 <name>name</name>
190 <cstring>replyLine</cstring>
191 </property>
192 </widget>
193 <widget row="6" column="0" rowspan="1" colspan="2" >
194 <class>QMultiLineEdit</class>
195 <property stdset="1">
196 <name>name</name>
197 <cstring>sigMultiLine</cstring>
198 </property>
199 </widget>
200 <widget row="5" column="0" >
201 <class>QLabel</class>
202 <property stdset="1">
203 <name>name</name>
204 <cstring>sigLabel</cstring>
205 </property>
206 <property stdset="1">
207 <name>text</name>
208 <string>Signature</string>
209 </property>
210 </widget>
211 <spacer row="4" column="0" >
212 <property>
213 <name>name</name>
214 <cstring>Spacer3</cstring>
215 </property>
216 <property stdset="1">
217 <name>orientation</name>
218 <enum>Vertical</enum>
219 </property>
220 <property stdset="1">
221 <name>sizeType</name>
222 <enum>Expanding</enum>
223 </property>
224 <property>
225 <name>sizeHint</name>
226 <size>
227 <width>20</width>
228 <height>20</height>
229 </size>
230 </property>
231 </spacer>
232 <widget row="1" column="0" >
233 <class>QPushButton</class>
234 <property stdset="1">
235 <name>name</name>
236 <cstring>ccButton</cstring>
237 </property>
238 <property stdset="1">
239 <name>text</name>
240 <string>CC</string>
241 </property>
242 </widget>
243 </grid>
244 </widget>
245 <widget>
246 <class>QWidget</class>
247 <property stdset="1">
248 <name>name</name>
249 <cstring>attachTab</cstring>
250 </property>
251 <attribute>
252 <name>title</name>
253 <string>Attachment</string>
254 </attribute>
255 <grid>
256 <property stdset="1">
257 <name>margin</name>
258 <number>4</number>
259 </property>
260 <property stdset="1">
261 <name>spacing</name>
262 <number>3</number>
263 </property>
264 <widget row="0" column="0" rowspan="1" colspan="3" >
265 <class>QListView</class>
266 <property stdset="1">
267 <name>name</name>
268 <cstring>attList</cstring>
269 </property>
270 <property stdset="1">
271 <name>selectionMode</name>
272 <enum>Single</enum>
273 </property>
274 <property stdset="1">
275 <name>allColumnsShowFocus</name>
276 <bool>true</bool>
277 </property>
278 <property stdset="1">
279 <name>showSortIndicator</name>
280 <bool>true</bool>
281 </property>
282 </widget>
283 <widget row="1" column="2" >
284 <class>QPushButton</class>
285 <property stdset="1">
286 <name>name</name>
287 <cstring>deleteButton</cstring>
288 </property>
289 <property stdset="1">
290 <name>text</name>
291 <string>Delete File</string>
292 </property>
293 </widget>
294 <widget row="1" column="0" >
295 <class>QPushButton</class>
296 <property stdset="1">
297 <name>name</name>
298 <cstring>addButton</cstring>
299 </property>
300 <property stdset="1">
301 <name>text</name>
302 <string>Add File</string>
303 </property>
304 </widget>
305 </grid>
306 </widget>
307 </widget>
308 </vbox>
309</widget>
310<tabstops>
311 <tabstop>fromBox</tabstop>
312 <tabstop>toButton</tabstop>
313 <tabstop>toLine</tabstop>
314 <tabstop>subjectLine</tabstop>
315 <tabstop>message</tabstop>
316 <tabstop>tabWidget</tabstop>
317 <tabstop>ccButton</tabstop>
318 <tabstop>ccLine</tabstop>
319 <tabstop>bccButton</tabstop>
320 <tabstop>bccLine</tabstop>
321 <tabstop>replyButton</tabstop>
322 <tabstop>replyLine</tabstop>
323 <tabstop>sigMultiLine</tabstop>
324 <tabstop>attList</tabstop>
325 <tabstop>addButton</tabstop>
326 <tabstop>deleteButton</tabstop>
327</tabstops>
328</UI>