source: trunk/examples/statemachine/README

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

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