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

..05-Mar-2021-

collidingmice/H05-Mar-2021-459341

diagramscene/H05-Mar-2021-1,2591,037

dragdroprobot/H05-Mar-2021-315205

embeddeddialogs/H03-May-2022-2,3532,231

padnavigator/H05-Mar-2021-3,7633,615

READMEH A D05-Mar-2021761 2716

anchorlayout.pyH A D05-Mar-20214.6 KiB13160

elasticnodes.pyH A D05-Mar-202114.5 KiB431299

README

1PyQt is provided with a comprehensive canvas through the GraphicsView
2classes.
3
4These examples demonstrate the fundamental aspects of canvas 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