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

..05-Mar-2021-

animatedtiles/H05-Mar-2021-6,3806,250

appchooser/H03-May-2022-1,5731,483

easing/H05-Mar-2021-1,044908

states/H03-May-2022-2,4652,370

stickman/H05-Mar-2021-1,3811,127

READMEH A D05-Mar-2021862 2516

moveblocks.pyH A D05-Mar-20218 KiB234140

README

1The animation framework aims to provide an easy way for creating animated and
2smooth GUI's. By animating PyQt properties, the framework provides great
3freedom for animating widgets and other QObjects. The framework can also be
4used with the Graphics View framework.
5
6The example launcher provided with PyQt can be used to explore each of the
7examples in this directory.
8
9Documentation for these examples can be found via the Tutorial and Examples
10link in the main Qt documentation.
11
12
13Finding the PyQt Examples and Demos launcher
14============================================
15
16On Windows:
17
18The launcher can be accessed via the Windows Start menu. Select the menu
19entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
20
21On all platforms:
22
23The source code for the launcher can be found in the examples/demos/qtdemo
24directory in the PyQt package.
25