Relative Content

Tag Archive for pyqtpyqt5

The problem with displaying the model in tableView

I am trying to create a window application in Python in the Qt Creator environment. Logic: a window opens (Ui_Ved) it contains a week and an object, a second window (Ui_Graf) opens with the push Button_Work button, data is taken from the table and the button_click button is inserted into the table of the first window. There was a problem with displaying the model in the tableView in the table function.