1 | Qt is supplied with a number of example applications and demonstrations that
|
---|
2 | have been written to provide developers with examples of the Qt API in use,
|
---|
3 | highlight good programming practice, and showcase features found in each of
|
---|
4 | Qt's core technologies.
|
---|
5 |
|
---|
6 | The example and demo launcher can be used to explore the different categories
|
---|
7 | available. It provides an overview of each example, lets you view the
|
---|
8 | documentation in Qt Assistant, and is able to launch examples and demos.
|
---|
9 |
|
---|
10 | Documentation for examples can be found in the Tutorial and Examples section
|
---|
11 | of the Qt documentation.
|
---|
12 |
|
---|
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
|
---|
|
---|