NodeGraphQt
NodeGraphQt copied to clipboard
Error occurs when selecting nodes by box.
Error calling Python override of QGraphicsView::mouseMoveEvent(): Traceback (most recent call last): File "D:\ProgramData\anaconda3\envs\XXXX\Lib\site-packages\NodeGraphQt\widgets\viewer.py", line 619, in mouseMoveEvent self.scene().setSelectionArea( TypeError: 'PySide6.QtWidgets.QGraphicsScene.setSelectionArea' called with wrong argument types: PySide6.QtWidgets.QGraphicsScene.setSelectionArea(QPainterPath, ItemSelectionMode) Supported signatures: PySide6.QtWidgets.QGraphicsScene.setSelectionArea(path: PySide6.QtGui.QPainterPath, /, selectionOperation: PySide6.QtCore.Qt.ItemSelectionOperation = Instance(Qt.ReplaceSelection), mode: PySide6.QtCore.Qt.ItemSelectionMode = Instance(Qt.IntersectsItemShape), deviceTransform: PySide6.QtGui.QTransform = Default(QTransform)) PySide6.QtWidgets.QGraphicsScene.setSelectionArea(path: PySide6.QtGui.QPainterPath, deviceTransform: PySide6.QtGui.QTransform, /)