Python Forum

Full Version: [PySide2][PyQt5] update QTableView
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have a QDialog for inserting a row in model of QTableView.
I'don't know how to update the view after inserting a row in the model.