networkprotocol.doc

来自「Linux下的基于X11的图形开发环境。」· DOC 代码 · 共 28 行

DOC
28
字号
/*$Id: qt/networkprotocol.doc   3.1.1   edited Nov 8 10:35 $*/     /*! \page networkprotocol-example.html  \ingroup network-examples  \title A simple NNTP implementation   This example shows how to implement your own QNetworkProtocol. The  protocol that was chosen for this example is NTTP. Please note that this  implementation is very simple since it is designed to be an example. It  should not be used as a real NNTP implemention.  <hr>  Header file (nntp.h):   \include network/networkprotocol/nntp.h  <hr>  Implementation (nntp.cpp):   \include network/networkprotocol/nntp.cpp*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?