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

..05-Mar-2021-

chart/H05-Mar-2021-686470

editabletreemodel/H03-May-2022-801610

frozencolumn/H03-May-2022-16494

interview/H05-Mar-2021-192114

pixelator/H05-Mar-2021-391258

puzzle/H03-May-2022-3,1452,982

simpletreemodel/H03-May-2022-379264

spreadsheet/H05-Mar-2021-954640

READMEH A D05-Mar-2021868 2616

basicsortfiltermodel.pyH A D05-Mar-20219.5 KiB227135

coloreditorfactory.pyH A D05-Mar-20214.4 KiB12958

combowidgetmapper.pyH A D05-Mar-20215.2 KiB13665

customsortfiltermodel.pyH A D05-Mar-202110 KiB249159

dirview.pyH A D05-Mar-20213.5 KiB9740

fetchmore.pyH A D05-Mar-20214.9 KiB15271

simpledommodel.pyH A D05-Mar-20216.9 KiB225128

simplewidgetmapper.pyH A D05-Mar-20215.1 KiB13164

spinboxdelegate.pyH A D05-Mar-20213.3 KiB9635

stardelegate.pyH A D05-Mar-20218.6 KiB253151

storageview.pyH A D05-Mar-20216.1 KiB16592

README

1Item views are widgets that typically display data sets. PyQt's model/view
2framework lets you handle large data sets by separating the underlying data
3from the way it is represented to the user, and provides support for
4customized rendering through the use of delegates.
5
6
7The example launcher provided with PyQt can be used to explore each of the
8examples in this directory.
9
10Documentation for these examples can be found via the Tutorial and Examples
11link in the main 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