From 9d739585f2cf1bb90cfbef9c01c5261e92d02cc0 Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Fri, 28 Jun 2019 07:53:34 +0200 Subject: [PATCH] Move example 6 screenshot into src/screenshots --- README.md | 2 +- src/06 QML Python example/README.md | 2 +- .../qml-python-example.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{06 QML Python example => screenshots}/qml-python-example.png (100%) diff --git a/README.md b/README.md index e0e9417..eee7841 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ These PyQt examples teach you to create a desktop app with Python. Start with "[ | :--: | :--: | :--: | :--: | :--: | | Hello World! | Common PyQt Widgets | Layouts | Signals and Slots | Qt Designer & Python | -| QML Python example | Qt Text Editor | PyQt5 exe | Qt dark theme | +| QML Python example | Qt Text Editor | PyQt5 exe | Qt dark theme | | :--: | :--: | :--: | :--: | | QML Python example | Qt Text Editor | Packaging & deployment | Qt Dark Theme | diff --git a/src/06 QML Python example/README.md b/src/06 QML Python example/README.md index 5b36be7..f001515 100644 --- a/src/06 QML Python example/README.md +++ b/src/06 QML Python example/README.md @@ -4,7 +4,7 @@ Qt can be broadly split into two technologies: _Qt Widgets_ is the old core. It Qt Quick uses a markup language called QML. This example shows how you can combine QML with Python. -

QML Python Example

+

QML Python Example

The sample application displays a pin wheel in front of some hills. When you click with the mouse, the wheel rotates. diff --git a/src/06 QML Python example/qml-python-example.png b/src/screenshots/qml-python-example.png similarity index 100% rename from src/06 QML Python example/qml-python-example.png rename to src/screenshots/qml-python-example.png