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

..05-Mar-2021-

READMEH A D05-Mar-2021680 2213

part1.pyH A D05-Mar-20212.9 KiB8023

part2.pyH A D05-Mar-20216.1 KiB187105

part3.pyH A D05-Mar-20218.1 KiB253157

part4.pyH A D05-Mar-202110.5 KiB307200

part5.pyH A D05-Mar-202112.3 KiB367245

part6.pyH A D05-Mar-202114.4 KiB431294

part7.pyH A D05-Mar-202116 KiB483332

README

1The Address Book Tutorial shows how to put together a simple yet
2fully-functioning GUI application.  The tutorial chapters can be found in the
3Qt documentation, which can be viewed using Qt Assistant or a Web browser.
4
5The tutorial is also available online at
6
7http://doc.trolltech.com/tutorial.html
8
9
10Finding the PyQt Examples and Demos launcher
11============================================
12
13On Windows:
14
15The launcher can be accessed via the Windows Start menu. Select the menu
16entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
17
18On all platforms:
19
20The source code for the launcher can be found in the examples/demos/qtdemo
21directory in the PyQt package.
22