📄 networkprotocol.doc
字号:
/*$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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -