Comment 2 for bug 1308272

Revision history for this message
Alex K (arbitraryvalue) wrote :

With these modifications, the program no longer crashes for me:

import pyqtgraph
from pyqtgraph.Qt import QtCore, QtGui

app = QtGui.QApplication([])
win = QtGui.QMainWindow()
plot = pyqtgraph.PlotWidget(parent=win)
win = None
plot = None