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