Doc: fixing a QFileInfo snippet type
[qt-netbsd.git] / examples / qtestlib / README
blobe89bf5d72617d0c23137e46dbbcf54580e3f278d
1 The QTestLib framework is a tool for unit testing Qt based applications
2 and libraries. QTestLib provides all the functionality commonly found
3 in unit testing frameworks as well as extensions for testing graphical
4 user interfaces.
7 The examples in this directory should be run from the command line so
8 that output printed to the console can be examined.
10 Documentation for these examples can be found via the "Tutorial and Examples"
11 link in the main Qt documentation.
13 Finding the Qt Examples and Demos launcher
14 ==========================================
16 On Windows:
18 The launcher can be accessed via the Windows Start menu. Select the menu
19 entry entitled "Qt Examples and Demos" entry in the submenu containing
20 the Qt tools.
22 On Mac OS X:
24 For the binary distribution, the qtdemo executable is installed in the
25 /Developer/Applications/Qt directory. For the source distribution, it is
26 installed alongside the other Qt tools on the path specified when Qt is
27 configured.
29 On Unix/Linux:
31 The qtdemo executable is installed alongside the other Qt tools on the path
32 specified when Qt is configured.
34 On all platforms:
36 The source code for the launcher can be found in the demos/qtdemo directory
37 in the Qt package. This example is built at the same time as the Qt libraries,
38 tools, examples, and demonstrations.