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

..05-Mar-2021-

camera/H05-Mar-2021-1,7071,501

READMEH A D05-Mar-2021761 2515

player.pyH A D05-Mar-202124.6 KiB692485

videographicsitem.pyH A D05-Mar-20215.6 KiB15781

videowidget.pyH A D05-Mar-20215.2 KiB14472

README

1PyQt contains classes that provide support for audio, video, radio and cameras.
2The QtMultimediaWidgets module allows them to be used in widget-based
3applications.
4
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