QTreeView with QSqlQueryModel
Unsolved
General and Desktop
-
Hi,
If you mean modify the content of the database after editing a cell, then no, QSqlQueryModel is read only.
-
Hi SGaist,
No, I wish to modify the Cells then if the user clicks save it will dump the data back into the database via a function. Right now it appears that the Cell's are like you said Read Only. I guess I need to make this an Item based widget instead of a model based one?
-
What will you show of the tree ?