From bfa86f93cff077e228e563e80b7fa7f927389ebf Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Fri, 28 Jun 2019 08:11:54 +0200 Subject: [PATCH] Move example 15 screenshot into src/screenshots --- README.md | 2 +- src/15 PyQt database example/README.md | 2 +- .../pyqt-database-example.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{15 PyQt database example => screenshots}/pyqt-database-example.png (100%) diff --git a/README.md b/README.md index 4e00b09..9610c1a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ These PyQt examples teach you to create a desktop app with Python. Start with "[ | :--: | :--: | :--: | :--: | | Action Shooter | Chat Client | Tree Views | Lists | -| QAbstractTableModel example | QAbstractTableModel example | +| QAbstractTableModel example | QAbstractTableModel example | | :--: | :--: | | Custom Tables | PyQt database example | diff --git a/src/15 PyQt database example/README.md b/src/15 PyQt database example/README.md index a3eda8a..a29dadc 100644 --- a/src/15 PyQt database example/README.md +++ b/src/15 PyQt database example/README.md @@ -2,7 +2,7 @@ This example shows how you can connect to a database from a PyQt application. -

PyQt database example

+

PyQt database example

The screenshot shows a table of project data that comes from a SQL database. One of the projects is real ;-) (Though the income is made up.) diff --git a/src/15 PyQt database example/pyqt-database-example.png b/src/screenshots/pyqt-database-example.png similarity index 100% rename from src/15 PyQt database example/pyqt-database-example.png rename to src/screenshots/pyqt-database-example.png