From eb61910918272de18abf4d0e4fe0d24cd4a20ebd Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Thu, 27 Jun 2019 15:24:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3164fb9..20b5fc6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PyQt examples: Desktop GUIs based on PyQt5 -These PyQt examples teach you to create a desktop app with Python. Start with "[Hello World](src/01%20PyQt%20QLabel)" and work your way up to the [official PyQt demos](src/pyqt-official). You can use Windows, Mac or Linux. +These PyQt examples teach you to create a desktop app with Python. Start with "[Hello World](src/01%20PyQt%20QLabel)" and work your way up to the [official PyQt demos](#official-pyqt-demos). You can use Windows, Mac or Linux. | PyQt QLabel | PyQt widgets screenshot | QVBoxLayout PyQt5 | PyQt Signals and Slots | Qt Designer Python | | :--: | :--: | :--: | :--: | :--: |