Doc: fixing a QFileInfo snippet type
[qt-netbsd.git] / examples / richtext / README
blob6697b237f590dff5cb97f2d6bde8456e2cbe29de
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.
6 Text is rendered using anti-aliased outline fonts to provide the best
7 possible on-screen representation.
10 The example launcher provided with Qt can be used to explore each of the
11 examples in this directory.
13 Documentation for these examples can be found via the Tutorial and Examples
14 link in the main Qt documentation.
17 Finding the Qt Examples and Demos launcher
18 ==========================================
20 On Windows:
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.
26 On Mac OS X:
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.
33 On Unix/Linux:
35 The qtdemo executable is installed alongside the other Qt tools on the path
36 specified when Qt is configured.
38 On all platforms:
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.