Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 39815cfb0428fd9d1c438b6b3c91a209 > files > 729

qt3-example-3.3.8-4.2mdv2007.1.x86_64.rpm

/*
$Id: qt/ftpclient.doc   3.3.8   edited May 27 2003 $
*/
     
/*! \page ftpclient-example.html

  \ingroup network-examples

  \title An FTP client
 
  This example implements a FTP client. It uses QFtp to perform its FTP
  commands. The GUI parts are done in the Designer.
 
  <hr>
 
  The implementation of the FTP commands (ftpmainwindow.ui.h):
 
  \include network/ftpclient/ftpmainwindow.ui.h
 
  <hr>
 
  Main (main.cpp):
 
  \include network/ftpclient/main.cpp
*/