Last change
on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[844] | 1 | These pure QML examples demonstrate
|
---|
| 2 | some of what can be easily done using just a few QML files.
|
---|
| 3 |
|
---|
| 4 | The example launcher provided with Qt can be used to explore each of the
|
---|
| 5 | examples in this directory. They can also be viewed directly with the
|
---|
| 6 | QML viewer utility, without requiring compilation.
|
---|
| 7 |
|
---|
| 8 | Documentation for these examples can be found via the Tutorial and Examples
|
---|
| 9 | link in the main Qt documentation.
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | Finding the Qt Examples and Demos launcher
|
---|
| 13 | ==========================================
|
---|
| 14 |
|
---|
| 15 | On Windows:
|
---|
| 16 |
|
---|
| 17 | The launcher can be accessed via the Windows Start menu. Select the menu
|
---|
| 18 | entry entitled "Qt Examples and Demos" entry in the submenu containing
|
---|
| 19 | the Qt tools.
|
---|
| 20 |
|
---|
| 21 | On Mac OS X:
|
---|
| 22 |
|
---|
| 23 | For the binary distribution, the qtdemo executable is installed in the
|
---|
| 24 | /Developer/Applications/Qt directory. For the source distribution, it is
|
---|
| 25 | installed alongside the other Qt tools on the path specified when Qt is
|
---|
| 26 | configured.
|
---|
| 27 |
|
---|
| 28 | On Unix/Linux:
|
---|
| 29 |
|
---|
| 30 | The qtdemo executable is installed alongside the other Qt tools on the path
|
---|
| 31 | specified when Qt is configured.
|
---|
| 32 |
|
---|
| 33 | On all platforms:
|
---|
| 34 |
|
---|
| 35 | The source code for the launcher can be found in the demos/qtdemo directory
|
---|
| 36 | in the Qt package. This example is built at the same time as the Qt libraries,
|
---|
| 37 | tools, examples, and demonstrations.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.