diff --git a/README.md b/README.md index 5122257..8a0ddc9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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 | +| 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 | diff --git a/src/01 PyQt QLabel/README.md b/src/01 PyQt QLabel/README.md index 79b9872..a0057f4 100644 --- a/src/01 PyQt QLabel/README.md +++ b/src/01 PyQt QLabel/README.md @@ -2,7 +2,7 @@ This example shows how you can create a Hello World app using PyQt. It uses a [`QLabel`](https://doc.qt.io/qt-5/qlabel.html) to display a simple window: -![PyQt QLabel screenshot](pyqt-qlabel.png) +![PyQt QLabel screenshot](../screenshots/pyqt-qlabel.png) ``` from PyQt5.QtWidgets import * diff --git a/src/01 PyQt QLabel/pyqt-qlabel.png b/src/screenshots/pyqt-qlabel.png similarity index 100% rename from src/01 PyQt QLabel/pyqt-qlabel.png rename to src/screenshots/pyqt-qlabel.png