diff --git a/README.md b/README.md index 4e00b09b..9610c1ae 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 a3eda8af..a29dadc3 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