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

..05-Mar-2021-

READMEH A D05-Mar-2021878 2817

basiclayouts.pyH A D05-Mar-20214.9 KiB13868

borderlayout.pyH A D05-Mar-20217.8 KiB241132

flowlayout.pyH A D05-Mar-20215.2 KiB16081

README

1PyQt uses a layout-based approach to widget management. Widgets are arranged in
2the optimal positions in windows based on simple layout rules, leading to a
3consistent look and feel.
4
5Custom layouts can be used to provide more control over the positions and
6sizes of child widgets.
7
8
9The example launcher provided with PyQt can be used to explore each of the
10examples in this directory.
11
12Documentation for these examples can be found via the Tutorial and Examples
13link in the main Qt documentation.
14
15
16Finding the PyQt Examples and Demos launcher
17============================================
18
19On Windows:
20
21The launcher can be accessed via the Windows Start menu. Select the menu
22entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
23
24On all platforms:
25
26The source code for the launcher can be found in the examples/demos/qtdemo
27directory in the PyQt package.
28