222 lines
10 KiB
Plaintext
222 lines
10 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<ui version="4.0">
|
|||
|
<class>frmEmailTool</class>
|
|||
|
<widget class="QWidget" name="frmEmailTool">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>0</y>
|
|||
|
<width>764</width>
|
|||
|
<height>578</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="windowTitle">
|
|||
|
<string>Form</string>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|||
|
<item>
|
|||
|
<layout class="QGridLayout" name="gridLayout">
|
|||
|
<item row="2" column="4">
|
|||
|
<widget class="QPushButton" name="btnSend">
|
|||
|
<property name="cursor">
|
|||
|
<cursorShape>PointingHandCursor</cursorShape>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>发送</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="1" column="3">
|
|||
|
<widget class="QComboBox" name="cboxPort">
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>25</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>465</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>587</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="1" column="4">
|
|||
|
<widget class="QCheckBox" name="ckSSL">
|
|||
|
<property name="text">
|
|||
|
<string>SSL</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="1" column="2">
|
|||
|
<widget class="QLabel" name="labPort">
|
|||
|
<property name="text">
|
|||
|
<string>服务端口</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="3" column="4">
|
|||
|
<widget class="QPushButton" name="btnSelect">
|
|||
|
<property name="cursor">
|
|||
|
<cursorShape>PointingHandCursor</cursorShape>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>浏览</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="2" column="3">
|
|||
|
<widget class="QLineEdit" name="txtReceiverAddr">
|
|||
|
<property name="text">
|
|||
|
<string>feiyangqingyun@163.com;517216493@qq.com</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="3" column="1" colspan="3">
|
|||
|
<widget class="QLineEdit" name="txtFileName"/>
|
|||
|
</item>
|
|||
|
<item row="2" column="0">
|
|||
|
<widget class="QLabel" name="labTitle">
|
|||
|
<property name="text">
|
|||
|
<string>邮件标题</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="2" column="1">
|
|||
|
<widget class="QLineEdit" name="txtTitle">
|
|||
|
<property name="text">
|
|||
|
<string>测试邮件</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="1" column="1">
|
|||
|
<widget class="QComboBox" name="cboxServer">
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>smtp.163.com</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>smtp.126.com</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>smtp.qq.com</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>smt.sina.com</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>smtp.sohu.com</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>smtp.139.com</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<property name="text">
|
|||
|
<string>smtp.189.com</string>
|
|||
|
</property>
|
|||
|
</item>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="2" column="2">
|
|||
|
<widget class="QLabel" name="labReceiverAddr">
|
|||
|
<property name="text">
|
|||
|
<string>收件地址</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="3" column="0">
|
|||
|
<widget class="QLabel" name="labFileName">
|
|||
|
<property name="text">
|
|||
|
<string>选择附件</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="1" column="0">
|
|||
|
<widget class="QLabel" name="labServer">
|
|||
|
<property name="text">
|
|||
|
<string>服务地址</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="0" column="0">
|
|||
|
<widget class="QLabel" name="labSenderAddr">
|
|||
|
<property name="text">
|
|||
|
<string>用户名称</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="0" column="1">
|
|||
|
<widget class="QLineEdit" name="txtSenderAddr">
|
|||
|
<property name="text">
|
|||
|
<string>feiyangqingyun@126.com</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="0" column="2">
|
|||
|
<widget class="QLabel" name="labSenderPwd">
|
|||
|
<property name="text">
|
|||
|
<string>用户密码</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item row="0" column="3">
|
|||
|
<widget class="QLineEdit" name="txtSenderPwd">
|
|||
|
<property name="text">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<property name="echoMode">
|
|||
|
<enum>QLineEdit::Password</enum>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QTextBrowser" name="txtContent">
|
|||
|
<property name="readOnly">
|
|||
|
<bool>false</bool>
|
|||
|
</property>
|
|||
|
<property name="html">
|
|||
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|||
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|||
|
p, li { white-space: pre-wrap; }
|
|||
|
</style></head><body style=" font-family:'SimSun'; font-size:9.07563pt; font-weight:400; font-style:normal;">
|
|||
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'宋体'; font-size:11pt;">1</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、最短的爱情哲理小说:“</span><span style=" font-family:'宋体'; font-size:11pt;">你应该嫁给我啦?</span><span style=" font-family:'Times New Roman'; font-size:11pt;">” “ </span><span style=" font-family:'宋体'; font-size:11pt;">不</span><span style=" font-family:'Times New Roman'; font-size:11pt;">” </span><span style=" font-family:'宋体'; font-size:11pt;">于是他俩又继续幸福地生活在一起</span><span style=" font-family:'Times New Roman'; font-size:11pt;">!<br /></span><span style=" font-family:'宋体'; font-size:11pt;">2</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、近年来中国最精彩的写实小说,全文八个字:</span><span style=" font-family:'Times New Roman'; font-size:16pt; font-weight:600; font-style:italic; color:#ff007f;">此地钱多人傻速来</span><span style=" font-family:'Times New Roman'; font-size:11pt;"> 据说是发自杭州市宝石山下一出租房的汇款单上的简短附言,是该按摩女给家乡妹妹汇 款时随手涂鸦的,令无数专业作家汗颜!<br /></span><span style=" font-family:'宋体'; font-size:11pt;">3</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、最短的幽默小说 《夜》 男:疼么?女:恩!男:算了?女:别!</span></p>
|
|||
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'宋体'; font-size:11pt;">4</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、最短的荒诞小说:有一个面包走在街上,它觉得自己很饿,就把自己吃了。<br /></span><span style=" font-family:'宋体'; font-size:11pt;">5</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、世界最短言情小说:他死的那天,孩子出生了。<br /></span><span style=" font-family:'宋体'; font-size:11pt;">6</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、世界最短武侠小说:</span><span style=" font-family:'Times New Roman'; font-size:11pt; font-weight:600; color:#00aa00;">高手被豆腐砸死了</span><span style=" font-family:'Times New Roman'; font-size:11pt;">。<br /></span><span style=" font-family:'宋体'; font-size:11pt;">7</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、世界最短科幻小说:最后一个地球人坐在家里,突然响起了敲门声。<br /></span><span style=" font-family:'宋体'; font-size:11pt;">8</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、世界最短悬疑小说:生,死,生。<br /></span><span style=" font-family:'宋体'; font-size:11pt;">9</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、世界最短推理小说:他死了,一定曾经活过。 <br />1</span><span style=" font-family:'宋体'; font-size:11pt;">0</span><span style=" font-family:'Times New Roman'; font-size:11pt;">、世界最短恐怖小说:惊醒,身边躺着自己的尸体。</span></p></body></html></string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<tabstops>
|
|||
|
<tabstop>txtSenderAddr</tabstop>
|
|||
|
<tabstop>txtSenderPwd</tabstop>
|
|||
|
<tabstop>cboxServer</tabstop>
|
|||
|
<tabstop>cboxPort</tabstop>
|
|||
|
<tabstop>ckSSL</tabstop>
|
|||
|
<tabstop>txtTitle</tabstop>
|
|||
|
<tabstop>txtReceiverAddr</tabstop>
|
|||
|
<tabstop>btnSend</tabstop>
|
|||
|
<tabstop>txtFileName</tabstop>
|
|||
|
<tabstop>btnSelect</tabstop>
|
|||
|
<tabstop>txtContent</tabstop>
|
|||
|
</tabstops>
|
|||
|
<resources/>
|
|||
|
<connections/>
|
|||
|
</ui>
|