QSslSocket autotest: fix failing tests
[qt-netbsd.git] / demos / README
blobb1619908e2ab3746df1e4a6f10561886a0d998f7
1 These demonstrations are intended to highlight Qt's capabilities in different
2 application areas, and provide examples that are more advanced than those in
3 the examples directory.
5 Beginners to Qt may wish to try out the Qt tutorial and some of the examples
6 before examining the demonstrations in detail.
9 The example launcher can be used to explore the different categories
10 available. It provides an overview of each example, lets you view the
11 documentation in Qt Assistant, and is able to launch examples.
14 Finding the Qt Examples and Demos launcher
15 ==========================================
17 On Windows:
19 The launcher can be accessed via the Windows Start menu. Select the menu
20 entry entitled "Qt Examples and Demos" entry in the submenu containing
21 the Qt tools.
23 On Mac OS X:
25 For the binary distribution, the qtdemo executable is installed in the
26 /Developer/Applications/Qt directory. For the source distribution, it is
27 installed alongside the other Qt tools on the path specified when Qt is
28 configured.
30 On Unix/Linux:
32 The qtdemo executable is installed alongside the other Qt tools on the path
33 specified when Qt is configured.
35 On all platforms:
37 The source code for the launcher can be found in the demos/qtdemo directory
38 in the Qt package. This example is built at the same time as the Qt libraries,
39 tools, examples, and demonstrations.