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

..05-Mar-2021-

systray/H05-Mar-2021-2,8272,721

READMEH A D05-Mar-2021910 2817

screenshot.pyH A D05-Mar-20216.4 KiB17497

README

1PyQt provides features to enable applications to integrate with the user's
2preferred desktop environment.
3
4Features such as system tray icons, access to the desktop widget, and
5support for desktop services can be used to improve the appearance of
6applications and take advantage of underlying desktop facilities.
7
8
9The example launcher provided with PyQt can be used to explore each of the
10examples in this directory.
11
12Documentation for these examples can be found via the Tutorial and Examples
13link in the main Qt documentation.
14
15
16Finding the PyQt Examples and Demos launcher
17============================================
18
19On Windows:
20
21The launcher can be accessed via the Windows Start menu. Select the menu
22entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
23
24On all platforms:
25
26The source code for the launcher can be found in the examples/demos/qtdemo
27directory in the PyQt package.
28