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

..05-Mar-2021-

icons/H05-Mar-2021-476336

movie/H03-May-2022-212127

stylesheet/H05-Mar-2021-2,6982,453

tooltips/H05-Mar-2021-370251

READMEH A D05-Mar-2021975 3119

analogclock.pyH A D05-Mar-20214 KiB12357

calculator.pyH A D05-Mar-202111.9 KiB358236

calendarwidget.pyH A D05-Mar-202116.9 KiB418286

charactermap.pyH A D05-Mar-202110.6 KiB282187

digitalclock.pyH A D05-Mar-20212.8 KiB8124

groupbox.pyH A D05-Mar-20215.7 KiB17098

imageviewer.pyH A D05-Mar-20218.4 KiB217132

lineedits.pyH A D05-Mar-20217.7 KiB208128

scribble.pyH A D05-Mar-202111.2 KiB322215

shapedclock.pyH A D05-Mar-20215.1 KiB15077

sliders.pyH A D05-Mar-20217.6 KiB196114

spinboxes.pyH A D05-Mar-20218.6 KiB214136

styles.pyH A D05-Mar-20219 KiB244154

tetrix.pyH A D05-Mar-202116.2 KiB505355

wiggly.pyH A D05-Mar-20214.2 KiB12456

windowflags.pyH A D05-Mar-202111.4 KiB284200

README

1PyQt comes with a large range of standard widgets that users of modern
2application have come to expect.
3
4You can also develop your own custom widgets and controls, and use them
5alongside standard widgets.
6
7It is even possible to provide custom styles and themes for widgets that can
8be used to change the appearance of standard widgets and appropriately
9written custom widgets.
10
11
12The example launcher provided with PyQt can be used to explore each of the
13examples in this directory.
14
15Documentation for these examples can be found via the Tutorial and Examples
16link in the main Qt documentation.
17
18
19Finding the PyQt Examples and Demos launcher
20============================================
21
22On Windows:
23
24The launcher can be accessed via the Windows Start menu. Select the menu
25entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
26
27On all platforms:
28
29The source code for the launcher can be found in the examples/demos/qtdemo
30directory in the PyQt package.
31