Last change
on this file since 397 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
1.1 KB
|
Line | |
---|
1 | These examples demonstrate IPC support in Qt.
|
---|
2 |
|
---|
3 | The example launcher provided with Qt can be used to explore each of the
|
---|
4 | examples in this directory.
|
---|
5 |
|
---|
6 | Documentation for these examples can be found via the Tutorial and Examples
|
---|
7 | link in the main Qt documentation.
|
---|
8 |
|
---|
9 |
|
---|
10 | Finding the Qt Examples and Demos launcher
|
---|
11 | ==========================================
|
---|
12 |
|
---|
13 | On Windows:
|
---|
14 |
|
---|
15 | The launcher can be accessed via the Windows Start menu. Select the menu
|
---|
16 | entry entitled "Qt Examples and Demos" entry in the submenu containing
|
---|
17 | the Qt tools.
|
---|
18 |
|
---|
19 | On Mac OS X:
|
---|
20 |
|
---|
21 | For the binary distribution, the qtdemo executable is installed in the
|
---|
22 | /Developer/Applications/Qt directory. For the source distribution, it is
|
---|
23 | installed alongside the other Qt tools on the path specified when Qt is
|
---|
24 | configured.
|
---|
25 |
|
---|
26 | On Unix/Linux:
|
---|
27 |
|
---|
28 | The qtdemo executable is installed alongside the other Qt tools on the path
|
---|
29 | specified when Qt is configured.
|
---|
30 |
|
---|
31 | On all platforms:
|
---|
32 |
|
---|
33 | The source code for the launcher can be found in the demos/qtdemo directory
|
---|
34 | in the Qt package. This example is built at the same time as the Qt libraries,
|
---|
35 | tools, examples, and demonstrations.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.