home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / qt3_emx.zip / examples / network / ftpclient / ftpclient.doc next >
Encoding:
Text File  |  2001-10-11  |  838 b   |  45 lines

  1. /*
  2. $Id:  qt/ftpclient.doc   3.0.0   edited Jun 1 18:44 $
  3. */
  4.      
  5. /*! \page ftpclient-example.html
  6.  
  7.   \ingroup network-examples
  8.  
  9.   \title An FTP client
  10.  
  11.   This is a more advanced example that implements a FTP client. It uses the
  12.   QFtp class of Qt indirectly through the QUrlOperator class to do all FTP
  13.   commands.
  14.  
  15.   <hr>
  16.  
  17.   The API of the FtpMainWindow class (ftpmainwindow.h):
  18.  
  19.   \include network/ftpclient/ftpmainwindow.h
  20.  
  21.   <hr>
  22.  
  23.   The Implementation of the FtpMainWindow class (ftpmainwindow.cpp):
  24.  
  25.   \include network/ftpclient/ftpmainwindow.cpp
  26.  
  27.   <hr>
  28.  
  29.   The API of the FtpViewItem and FtpView classes (ftpview.h):
  30.  
  31.   \include network/ftpclient/ftpview.h
  32.  
  33.   <hr>
  34.  
  35.   Their Implementation (ftpview.cpp):
  36.  
  37.   \include network/ftpclient/ftpview.cpp
  38.  
  39.   <hr>
  40.  
  41.   Main (main.cpp):
  42.  
  43.   \include network/ftpclient/main.cpp
  44. */
  45.