equal
deleted
inserted
replaced
|
1 Qt uses the Phonon cross-platform multimedia framework to play common |
|
2 multimedia formats. |
|
3 |
|
4 Applications can be written to take advantage of the native multimedia |
|
5 technologies on each platform via a consistent cross-platform Qt API. |
|
6 |
|
7 |
|
8 Some of the examples in this directory can be run from the example launcher; |
|
9 others can only be used from within Qt Designer. |
|
10 |
|
11 Documentation for these examples can be found via the "Tutorial and Examples" |
|
12 link in the main Qt documentation. |
|
13 |
|
14 Finding the Qt Examples and Demos launcher |
|
15 ========================================== |
|
16 |
|
17 On Windows: |
|
18 |
|
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. |
|
22 |
|
23 On Mac OS X: |
|
24 |
|
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. |
|
29 |
|
30 On Unix/Linux: |
|
31 |
|
32 The qtdemo executable is installed alongside the other Qt tools on the path |
|
33 specified when Qt is configured. |
|
34 |
|
35 On all platforms: |
|
36 |
|
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. |