Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > be664ba2d63ab2eac08b72318ca61ae8 > files > 683

qt-devel-docs-3.3.6-26.el5.i386.rpm

/*
$Id: qt/ftpclient.doc   3.3.6   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
*/