│ │ │
self.timer = pg.QtCore.QTimer( singleShot=True )
│ │ │ self.timer.timeout.connect(self.export)
│ │ │ self.timer.start(100)
│ │ │
│ │ │
│ │ │ 
GraphicsLayoutWidget - QWidget subclass displaying a single GraphicsLayout. Most of the methods provided by GraphicsLayout are also available through GraphicsLayoutWidget.
