From be43bdeadebb158bc43bb8e40ab8a7d063fa000b Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Fri, 28 Jun 2019 16:42:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0755d3e..862f110 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # PyQt examples: Learn to write desktop apps -These PyQt examples show how you can create a desktop app with Python and Qt. Start with "[Hello World](src/01%20PyQt%20QLabel)" or jump straight 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 | | :--: | :--: | :--: | :--: | :--: | | Hello World! | Common PyQt Widgets | Layouts | Signals and Slots | Qt Designer & Python |