diff options
Diffstat (limited to 'examples/README')
-rw-r--r-- | examples/README | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/examples/README b/examples/README index 23d821625..2f11f8568 100644 --- a/examples/README +++ b/examples/README @@ -196,33 +196,33 @@ movies and QLabel classes. network/archivesearch - Shows how to use QHttp to request and receive data from a web + Shows how to use TQHttp to request and receive data from a web site. network/clientserver Provides a client application and a server application that - communicate using QSocket and QServerSocket. + communicate using TQSocket and TQServerSocket. network/ftpclient - A simple FTP client that uses QFtp to retrieve directory listings + A simple FTP client that uses TQFtp to retrieve directory listings and to download and upload files. network/httpd - An extremely simple HTTP daemon built using QServerSocket. + An extremely simple HTTP daemon built using TQServerSocket. network/infoprotocol A more complex client/server example. network/mail - A simple mail client that can send email using the QSocket class. + A simple mail client that can send email using the TQSocket class. network/networkprotocol A simple implementation of a subset of the NNTP protocol. This shows how to implement your own network protocols by subclassing - QNetworkProtocol. + TQNetworkProtocol. network/remotecontrol - Controlling one application from another using QSocket-based IPC. + Controlling one application from another using TQSocket-based IPC. opengl/box Shows how to use OpenGL in TQt using QGLWidget. @@ -264,10 +264,10 @@ progress progressbar Shows how to use a QProgressBar. -qdir - Shows how to use and customize QFileDialog. Run - qdir --help - for details. Also shows QFileInfo. +tqdir + Shows how to use and customize TQFileDialog. Run + tqdir --help + for details. Also shows TQFileInfo. qfd This example program displays all the characters of a selected @@ -335,7 +335,7 @@ sql/sqltable tabdialog This example shows how to use a dialog with multiple tabs (pages). - It shows the use of QTabDialog and QFileInfo. + It shows the use of QTabDialog and TQFileInfo. table/bigtable This shows how to create a sparse very large (1M x 1M cells) |