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

..03-May-2022-

activeqt/H05-Mar-2021-1,4091,295

animation/H05-Mar-2021-13,10212,294

dbus/H05-Mar-2021-1,384911

designer/H05-Mar-2021-3,8232,406

desktop/H05-Mar-2021-3,0292,835

dialogs/H05-Mar-2021-6,7206,052

draganddrop/H05-Mar-2021-4,9864,387

effects/H05-Mar-2021-17692

graphicsview/H05-Mar-2021-8,7387,804

ipc/H05-Mar-2021-571332

itemviews/H05-Mar-2021-8,5986,446

layouts/H05-Mar-2021-567298

mainwindows/H05-Mar-2021-4,0903,253

multimedia/H05-Mar-2021-1,2431,005

multimediawidgets/H05-Mar-2021-2,7252,154

network/H05-Mar-2021-2,0281,258

opengl/H05-Mar-2021-1,7601,115

painting/H05-Mar-2021-1,9681,450

pyuic/H05-Mar-2021-332186

qml/referenceexamples/H05-Mar-2021-2,0231,135

qtdemo/H05-Mar-2021-4,1082,571

quick/H05-Mar-2021-24,14122,806

remoteobjects/H05-Mar-2021-735223

richtext/H05-Mar-2021-5,3404,801

sql/H05-Mar-2021-617290

threads/H05-Mar-2021-567335

tools/H05-Mar-2021-4,1553,528

tutorials/addressbook/H05-Mar-2021-2,1301,369

webkit/H05-Mar-2021-5,3024,773

widgets/H05-Mar-2021-7,6835,641

xmlpatterns/H05-Mar-2021-1,017845

READMEH A D05-Mar-2021966 2617

README

1PyQt is supplied with a number of example applications and demonstrations that
2have been written to provide developers with examples of the Qt API in use,
3highlight good programming practise, and showcase features found in each of
4Qt's core technologies.
5
6The example and demo launcher can be used to explore the different categories
7available. It provides an overview of each example, lets you view the
8documentation in Qt Assistant, and is able to launch examples and demos.
9
10Documentation for these examples can be found in the Tutorial and Examples
11section of the Qt documentation.
12
13
14Finding the PyQt Examples and Demos launcher
15============================================
16
17On Windows:
18
19The launcher can be accessed via the Windows Start menu. Select the menu
20entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
21
22On all platforms:
23
24The source code for the launcher can be found in the examples/demos/qtdemo
25directory in the PyQt package.
26