aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-10-21 15:59:35 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-11-13 14:35:36 +0100
commitc4d992b1d5e5cb26d267fe08a1867575d2f666f5 (patch)
tree105a926db9591a31916a3666bb4bc5333ead140c /examples/tutorials
parent7a1426d6f05adc3334af434623221f4d6dcbfc26 (diff)
Finance Manager - Part 2 - Documentation
- This tutorial expands on part1 by integrating SqlAlchemy with PySide6, by storing the data in a SQLite database. Pick-to: 6.8 Task-number: PYSIDE-2850 Change-Id: I195149bd861b1fb1a25623a9fe05e42f1e85054c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/tutorials')
-rw-r--r--examples/tutorials/finance_manager/part2/doc/part2.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/tutorials/finance_manager/part2/doc/part2.md b/examples/tutorials/finance_manager/part2/doc/part2.md
new file mode 100644
index 000000000..1454d2356
--- /dev/null
+++ b/examples/tutorials/finance_manager/part2/doc/part2.md
@@ -0,0 +1,11 @@
+# Finance Manager Example - Part 2
+
+This example represents the part two of the tutorial series on creating a simple Finance Manager
+that allows users to manage their expenses and visualize them using a pie chart, using PySide6,
+[SQLAlchemy], [FastAPI], and [Pydantic].
+
+For more details, see the [Finance Manager Tutorial - Part 2](tutorial_financemanager_parttwo).
+
+[SQLalchemy]: https://www.sqlalchemy.org/
+[FastApi]: https://fastapi.tiangolo.com/
+[PyDantic]: https://pydantic-docs.helpmanual.io/