2
0
mirror of https://github.com/pyqt/examples.git synced 2025-08-29 04:47:41 +00:00

Update README.md

This commit is contained in:
Michael Herrmann 2019-06-27 16:22:50 +02:00 committed by GitHub
parent 957fb213bf
commit e4c3cddc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ The above examples are from the book [Python and Qt: The Best Parts](https://bui
## Official PyQt demos
The [PyQt source archive](https://www.riverbankcomputing.com/software/pyqt/download5) also contains a large number of sample files. You can find them reproduced here in the [`src/pyqt-official`](src/pyqt-official) directory. They are licensed under the [GPL](src/pyqt-official/LICENSE). Screenshots to follow.
The [PyQt source archive](https://www.riverbankcomputing.com/software/pyqt/download5) also contains a large number of sample files. You can find them reproduced here in the [`src/pyqt-official`](src/pyqt-official) directory. They are [licensed under the GPL](src/pyqt-official/LICENSE). Screenshots to follow.
## Running the examples