From c9ca9494ada1abe9f7e66dbc507df1644c72e360 Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Fri, 28 Jun 2019 08:06:16 +0200 Subject: [PATCH] Move example 11 screenshot into src/screenshots --- README.md | 2 +- src/11 PyQt Thread example/README.md | 2 +- .../pyqt-thread-example.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{11 PyQt Thread example => screenshots}/pyqt-thread-example.png (100%) 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