ftpclient.doc
来自「qt-x11-free-3.0.3.tar.gz minigui图形界面工具」· DOC 代码 · 共 44 行
DOC
44 行
/*$Id: qt/ftpclient.doc 3.0.3 edited Nov 6 19:46 $*/ /*! \page ftpclient-example.html \ingroup network-examples \title An FTP client This example implements a FTP client. It uses QUrlOperator (which in turn uses QFtp) to perform its FTP commands. <hr> The API of the FtpMainWindow class (ftpmainwindow.h): \include network/ftpclient/ftpmainwindow.h <hr> The Implementation of the FtpMainWindow class (ftpmainwindow.cpp): \include network/ftpclient/ftpmainwindow.cpp <hr> The API of the FtpViewItem and FtpView classes (ftpview.h): \include network/ftpclient/ftpview.h <hr> Their Implementation (ftpview.cpp): \include network/ftpclient/ftpview.cpp <hr> Main (main.cpp): \include network/ftpclient/main.cpp*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?