Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 683

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

/*
*/
     
/*! \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
*/