mail.doc
来自「Trolltech公司发布的基于C++图形开发环境」· DOC 代码 · 共 27 行
DOC
27 行
/*$Id: qt/mail.doc 3.3.4 edited May 27 2003 $*/ /*! \page mail-example.html \ingroup network-examples \title A simple mail client This example shows how to use the QSocket class. The client can only be used to send mails. The interesting part is the implementation of the SMTP protocol. <hr> Header file (smtp.h): \include network/mail/smtp.h <hr> Implementation (smtp.cpp): \include network/mail/smtp.cpp*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?