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

..03-May-2022-

affine/H03-May-2022-1,145878

arthurplugin/H03-May-2022-360262

books/H29-May-2018-751417

boxes/H03-May-2022-4,7603,325

browser/H03-May-2022-13,0179,688

chip/H03-May-2022-904501

composition/H03-May-2022-847581

declarative/H29-May-2018-7,8156,538

deform/H03-May-2022-911608

embedded/H29-May-2018-11,8417,276

embeddeddialogs/H03-May-2022-617355

glhypnotizer/H03-May-2022-385298

gradients/H03-May-2022-780501

helper/H29-May-2018-470335

interview/H29-May-2018-366196

macmainwindow/H29-May-2018-577401

mainwindow/H03-May-2022-2,1851,514

mobile/H29-May-2018-14,6769,819

pathstroke/H03-May-2022-967667

qmediaplayer/H29-May-2018-1,8161,481

qtdemo/H03-May-2022-7,1014,485

shared/H29-May-2018-1,7231,215

spectrum/H03-May-2022-12,9656,802

spreadsheet/H29-May-2018-1,400823

sqlbrowser/H29-May-2018-1,328921

sub-attaq/H29-May-2018-3,4311,721

textedit/H03-May-2022-1,034776

undo/H29-May-2018-1,8211,270

READMEH A D29-May-20181.3 KiB4026

demos.proH A D29-May-20183.6 KiB123107

symbianpkgrules.priH A D29-May-2018544 2015

README

1These demonstrations are intended to highlight Qt's capabilities in different
2application areas, and provide examples that are more advanced than those in
3the examples directory.
4
5Beginners to Qt may wish to try out the Qt tutorial and some of the examples
6before examining the demonstrations in detail.
7
8
9The example launcher can be used to explore the different categories
10available. It provides an overview of each example, lets you view the
11documentation in Qt Assistant, and is able to launch examples.
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