Python Forum
[PySide2][PyQt5] update QTableView - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [PySide2][PyQt5] update QTableView (/thread-8787.html)



[PySide2][PyQt5] update QTableView - cpuin - Mar-07-2018

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.