1 Qt is provided with an extensive set of network classes to support both
2 client-based and server side network programming.
4 These examples demonstrate the fundamental aspects of network programming
8 The example launcher provided with Qt can be used to explore each of the
9 examples in this directory.
11 Documentation for these examples can be found via the Tutorial and Examples
12 link in the main Qt documentation.
15 Finding the Qt Examples and Demos launcher
16 ==========================================
20 The launcher can be accessed via the Windows Start menu. Select the menu
21 entry entitled "Qt Examples and Demos" entry in the submenu containing
26 For the binary distribution, the qtdemo executable is installed in the
27 /Developer/Applications/Qt directory. For the source distribution, it is
28 installed alongside the other Qt tools on the path specified when Qt is
33 The qtdemo executable is installed alongside the other Qt tools on the path
34 specified when Qt is configured.
38 The source code for the launcher can be found in the demos/qtdemo directory
39 in the Qt package. This example is built at the same time as the Qt libraries,
40 tools, examples, and demonstrations.