python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Issues with row creation/deletion when editing QSqlTableModel via QTableView
I'm using PySide6 with Python 3.10 to create an app that is using an SQLite DB to record some data points.
I'm having difficulties with the QtSql module, in particular regarding the QTableView-QSqlTab...

Kastakin
Votes: 0
Answers: 1
Update foreign key in Qt QSqlRelationalTableModel
I'm coding in python (PySide2), but the overall concept concerns the Qt Framework.
Here are two tables of mine:
Table "recordings":
| Column | Type |
| -------- | ---------...
Buzz
Votes: 0
Answers: 1
How to submit data to the QSqlTableModel that has been changed by the user on the QTableView
I'm trying to retrieve the input from the user when modifying the QTableView as seen in the photo and then updating the QSqlTableModel in order to get my database modified.
The problem is that QTable...
Marçal Xena
Votes: 0
Answers: 1
QSqlTableModel list of transactions
I am writing a PyQt6 QSqlTableModel application. I'm using manual update and submitAll(). I want to capture the sql statements which were successfully executed. The executedQuery() method reports only...
fossildoc
Votes: 0
Answers: 0