Relative Content

Tag Archive for pythonjsonqtreeviewqt6qapplication

Python Qt6 Updating Model Based on View Edits

I am attempting to create a mvc app that can take a JSON file, make a TreeView from it, allow the user to make edits, then save the edits to a JSON file. I am having trouble understanding how to update the underlying model based on the visual edits made from the corresponding view, so I can then save those edits to the JSON file.