PyQt5 – How can I have scaling handles on the selected image
I’m trying to create a basic image viewer with just a few features.
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.