Skip to content

Commit

Permalink
GraphicsView: PySide is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
pijyoi committed Mar 6, 2022
1 parent 2f7ecea commit a072414
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyqtgraph/widgets/GraphicsView.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ def __init__(self, parent=None, useOpenGL=None, background='default'):
self.sceneObj = GraphicsScene(parent=self)
self.setScene(self.sceneObj)

## Workaround for PySide crash
## This ensures that the scene will outlive the view.
if QT_LIB == 'PySide':
self.sceneObj._view_ref_workaround = self

## by default we set up a central widget with a grid layout.
## this can be replaced if needed.
self.centralWidget = None
Expand Down

0 comments on commit a072414

Please sign in to comment.