nexxT.services.gui.GraphEditorView module
This module provides the GraphEditorView class.
- class nexxT.services.gui.GraphEditorView.GraphEditorView(parent)[source]
Bases:
QGraphicsViewSubclass of QGraphicsView which handles copy&paste events
- keyPressEvent(event)[source]
Overwritten from QGraphicsView for intercepting copy & paste events.
- Parameters:
event – a QKeyEvent instance
- Returns:
- staticMetaObject = PySide6.QtCore.QMetaObject("GraphEditorView" inherits "QGraphicsView": )