PySide6 example of mapping database table(QSqlTableModel based tableview) and chart with QVBarModelMapper. All basic CRUD feature of database mapped into chart ...
I used PySide6 unlike the others because PyQt5 or PyQt6 is very finicky to import QChart for some reasons. You can see the basic description to use the database GUI here - pyqt-database-example. Yes, ...