equal
deleted
inserted
replaced
|
1 |
|
2 The example launcher provided with Qt can be used to explore each of the |
|
3 examples in this directory. |
|
4 |
|
5 Documentation for these examples can be found via the Tutorial and Examples |
|
6 link in the main Qt documentation. |
|
7 |
|
8 |
|
9 Finding the Qt Examples and Demos launcher |
|
10 ========================================== |
|
11 |
|
12 On Windows: |
|
13 |
|
14 The launcher can be accessed via the Windows Start menu. Select the menu |
|
15 entry entitled "Qt Examples and Demos" entry in the submenu containing |
|
16 the Qt tools. |
|
17 |
|
18 On Mac OS X: |
|
19 |
|
20 For the binary distribution, the qtdemo executable is installed in the |
|
21 /Developer/Applications/Qt directory. For the source distribution, it is |
|
22 installed alongside the other Qt tools on the path specified when Qt is |
|
23 configured. |
|
24 |
|
25 On Unix/Linux: |
|
26 |
|
27 The qtdemo executable is installed alongside the other Qt tools on the path |
|
28 specified when Qt is configured. |
|
29 |
|
30 On all platforms: |
|
31 |
|
32 The source code for the launcher can be found in the demos/qtdemo directory |
|
33 in the Qt package. This example is built at the same time as the Qt libraries, |
|
34 tools, examples, and demonstrations. |