[556] | 1 | Qt is provided with a powerful hierchical finite state machine through
|
---|
| 2 | the Qt State Machine classes.
|
---|
| 3 |
|
---|
| 4 | The example launcher provided with Qt can be used to explore each of the
|
---|
| 5 | examples in this directory.
|
---|
| 6 |
|
---|
| 7 | Documentation for these examples can be found via the Tutorial and Examples
|
---|
| 8 | link in the main Qt documentation.
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 | Finding the Qt Examples and Demos launcher
|
---|
| 12 | ==========================================
|
---|
| 13 |
|
---|
| 14 | On Windows:
|
---|
| 15 |
|
---|
| 16 | The launcher can be accessed via the Windows Start menu. Select the menu
|
---|
| 17 | entry entitled "Qt Examples and Demos" entry in the submenu containing
|
---|
| 18 | the Qt tools.
|
---|
| 19 |
|
---|
| 20 | On Mac OS X:
|
---|
| 21 |
|
---|
| 22 | For the binary distribution, the qtdemo executable is installed in the
|
---|
| 23 | /Developer/Applications/Qt directory. For the source distribution, it is
|
---|
| 24 | installed alongside the other Qt tools on the path specified when Qt is
|
---|
| 25 | configured.
|
---|
| |
---|