Severity: very minor
Issue: When trying to drag a node from the Node Tree, the data sent is QPointF but the viewer signal data_dropped is expecting a QPoint
proposed fix: simply switch QtCore.QPoint with QtCore.QPointF on lines 53 and 676 of widgets\viewer.py