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

..05-Mar-2021-

basicdrawing/H05-Mar-2021-684569

svgviewer/H05-Mar-2021-559434

READMEH A D05-Mar-2021937 2918

concentriccircles.pyH A D05-Mar-20215 KiB14775

painterpaths.pyH A D05-Mar-202110.8 KiB299197

transformations.pyH A D05-Mar-20218.4 KiB250157

README

1PyQt's painting system is able to render vector graphics, images, and outline
2font-based text with sub-pixel accuracy using anti-aliasing to improve
3rendering quality.
4
5These examples show the most common techniques that are used when painting
6with PyQt, from basic concepts such as drawing simple primitives to the use of
7transformations.
8
9
10The example launcher provided with PyQt can be used to explore each of the
11examples in this directory.
12
13Documentation for these examples can be found via the Tutorial and Examples
14link in the main Qt documentation.
15
16
17Finding the PyQt Examples and Demos launcher
18============================================
19
20On Windows:
21
22The launcher can be accessed via the Windows Start menu. Select the menu
23entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
24
25On all platforms:
26
27The source code for the launcher can be found in the examples/demos/qtdemo
28directory in the PyQt package.
29