You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tqt3/examples/network/ftpclient/ftpclient.doc

25 lines
421 B

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