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

..05-Mar-2021-

animation/H05-Mar-2021-6,5506,326

canvas/H05-Mar-2021-13,46813,286

models/H05-Mar-2021-1,051788

scenegraph/customgeometry/H05-Mar-2021-505395

shared/H05-Mar-2021-1,3691,327

tutorials/extending/H05-Mar-2021-1,175670

READMEH A D05-Mar-2021677 2314

README

1PyQt's QtQuick module provides the framework to execute programs written in
2QML.
3
4The example launcher provided with PyQt can be used to explore each of the
5examples in this directory.
6
7Documentation for these examples can be found via the Tutorial and Examples
8link in the main Qt documentation.
9
10
11Finding the PyQt Examples and Demos launcher
12============================================
13
14On Windows:
15
16The launcher can be accessed via the Windows Start menu. Select the menu
17entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
18
19On all platforms:
20
21The source code for the launcher can be found in the examples/demos/qtdemo
22directory in the PyQt package.
23