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

..05-Mar-2021-

textures/H05-Mar-2021-273168

2dpainting.pyH A D05-Mar-20215.7 KiB17398

READMEH A D05-Mar-2021909 2817

grabber.pyH A D05-Mar-202113.9 KiB398264

hellogl.pyH A D05-Mar-20219.1 KiB284183

openglwindow.pyH A D05-Mar-20216.5 KiB224125

overpainting.pyH A D05-Mar-202113 KiB380260

README

1PyQt provides support for integration with OpenGL implementations on all
2platforms, giving developers the opportunity to display hardware accelerated
33D graphics alongside a more conventional user interface.
4
5These examples demonstrate the basic techniques used to take advantage of
6OpenGL in PyQt applications.
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