1 | Qt comes with a large range of standard widgets that users of modern
|
---|
2 | applications have come to expect.
|
---|
3 |
|
---|
4 | You can also develop your own custom widgets and controls, and use them
|
---|
5 | alongside standard widgets.
|
---|
6 |
|
---|
7 | It is even possible to provide custom styles and themes for widgets that can
|
---|
8 | be used to change the appearance of standard widgets and appropriately
|
---|
9 | written custom widgets.
|
---|
10 |
|
---|
11 |
|
---|
12 | The example launcher provided with Qt can be used to explore each of the
|
---|
13 | examples in this directory.
|
---|
14 |
|
---|
15 | Documentation for these examples can be found via the Tutorial and Examples
|
---|
16 | link in the main Qt documentation.
|
---|
17 |
|
---|
18 |
|
---|
19 | Finding the Qt Examples and Demos launcher
|
---|
20 | ==========================================
|
---|
21 |
|
---|
22 | On Windows:
|
---|
23 |
|
---|
24 | The launcher can be accessed via the Windows Start menu. Select the menu
|
---|
25 | entry entitled "Qt Examples and Demos" entry in the submenu containing
|
---|
26 | the Qt tools.
|
---|
27 |
|
---|
28 | On Mac OS X:
|
---|
29 |
|
---|
30 | For the binary distribution, the qtdemo executable is installed in the
|
---|
31 | /Developer/Applications/Qt directory. For the source distribution, it is
|
---|
32 | installed alongside the other Qt tools on the path specified when Qt is
|
---|
33 | configured.
|
---|
34 |
|
---|
35 | On Unix/Linux:
|
---|
36 |
|
---|
37 | The qtdemo executable is installed alongside the other Qt tools on the path
|
---|
38 | specified when Qt is configured.
|
---|
39 |
|
---|
40 | On all platforms:
|
---|
41 |
|
---|
42 | The source code for the launcher can be found in the demos/qtdemo directory
|
---|
43 | in the Qt package. This example is built at the same time as the Qt libraries,
|
---|
44 | tools, examples, and demonstrations.
|
---|