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

..05-Mar-2021-

delayedencoding/H05-Mar-2021-423336

draggableicons/H05-Mar-2021-793703

draggabletext/H03-May-2022-219130

fridgemagnets/H03-May-2022-262163

puzzle/H03-May-2022-3,0812,937

READMEH A D05-Mar-2021844 2716

dropsite.pyH A D05-Mar-20216.5 KiB181102

README

1PyQt supports native drag and drop on all platforms via an extensible
2MIME-based system that enables applications to send data to each other in the
3most appropriate formats.
4
5Drag and drop can also be implemented for internal use by applications.
6
7
8The example launcher provided with PyQt can be used to explore each of the
9examples in this directory.
10
11Documentation for these examples can be found via the Tutorial and Examples
12link in the main Qt documentation.
13
14
15Finding the PyQt Examples and Demos launcher
16============================================
17
18On Windows:
19
20The launcher can be accessed via the Windows Start menu. Select the menu
21entry entitled "Examples and Demos" entry in the submenu containing PyQt5.
22
23On all platforms:
24
25The source code for the launcher can be found in the examples/demos/qtdemo
26directory in the PyQt package.
27