1PyQt supports a number of graphics effects including blurring, drop shadows,
2opacity and colorizing.
3
4These examples demonstrate these different effects.
5
6
7The example launcher provided with PyQt can be used to explore each of the
8examples in this directory.
9
10Documentation for these examples can be found via the Tutorial and Examples
11link in the main Qt documentation.
12
13
14Finding the PyQt Examples and Demos launcher
15============================================
16
17On Windows:
18
19The launcher can be accessed via the Windows Start menu. Select the menu
20entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
21
22On all platforms:
23
24The source code for the launcher can be found in the examples/demos/qtdemo
25directory in the PyQt package.
26