nexxT.services.gui.GraphEditorView module

This module provides the GraphEditorView class.

class nexxT.services.gui.GraphEditorView.GraphEditorView(parent)[source]

Bases: QGraphicsView

Subclass of QGraphicsView which handles copy&paste events

__init__(parent)[source]

Constructor

Parameters:

parent – a QWidget instance

keyPressEvent(event)[source]

Overwritten from QGraphicsView for intercepting copy & paste events.

Parameters:

event – a QKeyEvent instance

Returns:

staticMetaObject = PySide6.QtCore.QMetaObject("GraphEditorView" inherits "QGraphicsView": )