diff --git a/README.md b/README.md index cdff37f..d81bfd0 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/12 QTreeView example in Python/README.md b/src/12 QTreeView example in Python/README.md index 7a700c0..1d9b76d 100644 --- a/src/12 QTreeView example in Python/README.md +++ b/src/12 QTreeView example in Python/README.md @@ -2,7 +2,7 @@ A _tree view_ is what's classicaly used to display files and folders: A hierarchical structure where items can be expanded. This example application shows how PyQt5's [`QTreeView`](https://doc.qt.io/qt-5/qtreeview.html) can be used to display your local files. -

QTreeView example in Python

+

QTreeView example in Python

As for the other examples in this repository, the code lies in [`main.py`](main.py). The important steps are: diff --git a/src/12 QTreeView example in Python/qtreeview-example-in-python.png b/src/screenshots/qtreeview-example-in-python.png similarity index 100% rename from src/12 QTreeView example in Python/qtreeview-example-in-python.png rename to src/screenshots/qtreeview-example-in-python.png