home *** CD-ROM | disk | FTP | other *** search
- /*
- $Id: qt/ftpclient.doc 3.0.0 edited Jun 1 18:44 $
- */
-
- /*! \page ftpclient-example.html
-
- \ingroup network-examples
-
- \title An FTP client
-
- This is a more advanced example that implements a FTP client. It uses the
- QFtp class of Qt indirectly through the QUrlOperator class to do all 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
- */
-