equal
deleted
inserted
replaced
|
1 Qt provides powerful document-oriented rich text engine that supports Unicode |
|
2 and right-to-left scripts. Documents can be manipulated using a cursor-based |
|
3 API, and their contents can be imported and exported as both HTML and in a |
|
4 custom XML format. |
|
5 |
|
6 Text is rendered using anti-aliased outline fonts to provide the best |
|
7 possible on-screen representation. |
|
8 |
|
9 |
|
10 The example launcher provided with Qt can be used to explore each of the |
|
11 examples in this directory. |
|
12 |
|
13 Documentation for these examples can be found via the Tutorial and Examples |
|
14 link in the main Qt documentation. |
|
15 |
|
16 |
|
17 Finding the Qt Examples and Demos launcher |
|
18 ========================================== |
|
19 |
|
20 On Windows: |
|
21 |
|
22 The launcher can be accessed via the Windows Start menu. Select the menu |
|
23 entry entitled "Qt Examples and Demos" entry in the submenu containing |
|
24 the Qt tools. |
|
25 |
|
26 On Mac OS X: |
|
27 |
|
28 For the binary distribution, the qtdemo executable is installed in the |
|
29 /Developer/Applications/Qt directory. For the source distribution, it is |
|
30 installed alongside the other Qt tools on the path specified when Qt is |
|
31 configured. |
|
32 |
|
33 On Unix/Linux: |
|
34 |
|
35 The qtdemo executable is installed alongside the other Qt tools on the path |
|
36 specified when Qt is configured. |
|
37 |
|
38 On all platforms: |
|
39 |
|
40 The source code for the launcher can be found in the demos/qtdemo directory |
|
41 in the Qt package. This example is built at the same time as the Qt libraries, |
|
42 tools, examples, and demonstrations. |