Hello, I have pyqt4 GUI app with graph access button. Everything works
ok, except every time button is pressed warning message is appeared.
Button pressed calls bottom method "graph_all". So, what I am doing wrong or how to avoid this message? Modul graph_1.py is attached here to show the code.
Message 1 every time button is pressed: QGridLayoutEngine::addItem: Cell (3, 1) already taken
Message 2 only first time button is pressed: /home/pi/Project/main.py:538: RuntimeWarning: Visible window deleted. To prevent this, store a reference to the window object.
sys.exit(app.exec_())
Regards Vlado