1On Windows PyQt provides support for integration with ActiveX controls.
2
3These examples demonstrate the basic techniques used to take advantage of
4ActiveX in PyQt applications.
5
6The example launcher provided with PyQt can be used to explore each of the
7examples in this directory.
8
9Documentation for these examples can be found via the Tutorial and Examples
10link in the main Qt documentation.
11
12
13Finding the PyQt Examples and Demos launcher
14============================================
15
16On Windows:
17
18The launcher can be accessed via the Windows Start menu. Select the menu
19entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
20
21On all platforms:
22
23The source code for the launcher can be found in the examples/demos/qtdemo
24directory in the PyQt package.
25