1 Qt is supplied with tutorials that have been written to provide developers
2 with an introduction to the Qt API.
4 The example and demo launcher can be used to explore these tutorials, lets
5 you view the documentation in Qt Assistant, and is able to launch each part
6 in a series of tutorial programs.
8 Documentation for tutorials can be found in the Tutorial and Examples section
9 of the Qt documentation.
12 Finding the Qt Examples and Demos launcher
13 ==========================================
17 The launcher can be accessed via the Windows Start menu. Select the menu
18 entry entitled "Qt Examples and Demos" entry in the submenu containing
23 For the binary distribution, the qtdemo executable is installed in the
24 /Developer/Applications/Qt directory. For the source distribution, it is
25 installed alongside the other Qt tools on the path specified when Qt is
30 The qtdemo executable is installed alongside the other Qt tools on the path
31 specified when Qt is configured.
35 The source code for the launcher can be found in the demos/qtdemo directory
36 in the Qt package. This example is built at the same time as the Qt libraries,
37 tools, examples, and demonstrations.