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

..05-Mar-2021-

codecs/H05-Mar-2021-254154

customcompleter/H05-Mar-2021-948841

i18n/H05-Mar-2021-1,9321,802

settingseditor/H05-Mar-2021-800598

READMEH A D05-Mar-2021848 2716

regexp.pyH A D05-Mar-20217.7 KiB194117

README

1PyQt is equipped with a range of capable tool classes, from containers and
2iterators to classes for string handling and manipulation.
3
4Other classes provide application infrastructure support, handling plugin
5loading and managing configuration files.
6
7
8The example launcher provided with PyQt can be used to explore each of the
9examples in this directory.
10
11Documentation for these examples can be found via the Tutorial and Examples
12link in the main Qt documentation.
13
14
15Finding the PyQt Examples and Demos launcher
16============================================
17
18On Windows:
19
20The launcher can be accessed via the Windows Start menu. Select the menu
21entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
22
23On all platforms:
24
25The source code for the launcher can be found in the examples/demos/qtdemo
26directory in the PyQt package.
27