diff --git a/README.md b/README.md index 109c94e..cdff37f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ These PyQt examples teach you to create a desktop app with Python. Start with "[ | :--: | :--: | :--: | :--: | | QML Python example | Qt Text Editor | Packaging & deployment | Qt Dark Theme | -| QPainter Python example | PyQt Thread example | QTreeView example in Python | PyQt5 QListView | +| QPainter Python example | PyQt Thread example | QTreeView example in Python | PyQt5 QListView | | :--: | :--: | :--: | :--: | | Action Shooter | Chat Client | Tree Views | Lists | diff --git a/src/11 PyQt Thread example/README.md b/src/11 PyQt Thread example/README.md index e389c19..bbf4f9c 100644 --- a/src/11 PyQt Thread example/README.md +++ b/src/11 PyQt Thread example/README.md @@ -2,7 +2,7 @@ This example shows how you can use threads to make your PyQt application more responsive. It's a fully functional chat client. -

PyQt Thread Example

+

PyQt Thread Example

To run this example, please follow [the instructions in the README of this repository](https://github.com/1mh/pyqt-examples#running-the-examples). Instead of `python main.py`, use `python` to execute one of the scripts described below. Eg. `python 01_single_threaded.py`. diff --git a/src/11 PyQt Thread example/pyqt-thread-example.png b/src/screenshots/pyqt-thread-example.png similarity index 100% rename from src/11 PyQt Thread example/pyqt-thread-example.png rename to src/screenshots/pyqt-thread-example.png