• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

comapp/H29-May-2018-288171

dotnet/H29-May-2018-1,334891

hierarchy/H29-May-2018-285117

menus/H03-May-2022-343172

multiple/H29-May-2018-294140

opengl/H29-May-2018-634253

qutlook/H03-May-2022-448239

simple/H29-May-2018-163100

webbrowser/H29-May-2018-846723

wrapper/H29-May-2018-220157

READMEH A D29-May-20181.4 KiB4027

activeqt.proH A D29-May-2018714 2420

README

1Qt is supplied with a number of example applications and demonstrations that
2have been written to provide developers with examples of the Qt API in use,
3highlight good programming practice, and showcase features found in each of
4Qt's core technologies.
5
6The example and demo launcher can be used to explore the different categories
7available. It provides an overview of each example, lets you view the
8documentation in Qt Assistant, and is able to launch examples and demos.
9
10Documentation for examples can be found in the Tutorial and Examples section
11of the Qt documentation.
12
13
14Finding the Qt Examples and Demos launcher
15==========================================
16
17On Windows:
18
19The launcher can be accessed via the Windows Start menu. Select the menu
20entry entitled "Qt Examples and Demos" entry in the submenu containing
21the Qt tools.
22
23On Mac OS X:
24
25For the binary distribution, the qtdemo executable is installed in the
26/Developer/Applications/Qt directory. For the source distribution, it is
27installed alongside the other Qt tools on the path specified when Qt is
28configured.
29
30On Unix/Linux:
31
32The qtdemo executable is installed alongside the other Qt tools on the path
33specified when Qt is configured.
34
35On all platforms:
36
37The source code for the launcher can be found in the demos/qtdemo directory
38in the Qt package. This example is built at the same time as the Qt libraries,
39tools, examples, and demonstrations.
40