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

..05-Mar-2021-

http/H05-Mar-2021-376284

READMEH A D05-Mar-2021807 2716

blockingfortuneclient.pyH A D05-Mar-20218.1 KiB225139

broadcastreceiver.pyH A D05-Mar-20213.5 KiB9735

broadcastsender.pyH A D05-Mar-20213.7 KiB9838

fortuneclient.pyH A D05-Mar-20218.6 KiB228139

fortuneserver.pyH A D05-Mar-20216.3 KiB16793

lightmaps.pyH A D05-Mar-202116.3 KiB483336

loopback.pyH A D05-Mar-20216.8 KiB17599

threadedfortuneserver.pyH A D05-Mar-20215.3 KiB15279

README

1PyQt is provided with an extensive set of network classes to support both
2client-based and server side network programming.
3
4These examples demonstrate the fundamental aspects of network programming
5with PyQt.
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