1
PyQt is supplied with a number of example applications and demonstrations that
2
have been written to provide developers with examples of the Qt API in use,
3
highlight good programming practise, and showcase features found in each of
4
Qt's core technologies.
5
6
The example and demo launcher can be used to explore the different categories
7
available. It provides an overview of each example, lets you view the
8
documentation in Qt Assistant, and is able to launch examples and demos.
9
10
Documentation for these examples can be found in the Tutorial and Examples
11
section of the Qt documentation.
12
13
14
Finding the PyQt Examples and Demos launcher
15
============================================
16
17
On Windows:
18
19
The launcher can be accessed via the Windows Start menu. Select the menu
20
entry entitled "Examples and Demos" entry in the submenu containing PySide.
21
22
On all platforms:
23
24
The source code for the launcher can be found in the examples/tools/qtdemo
25
directory in the PyQt package.