at line 61 the library fails due to the missing member 'delta' when using the ProbertyBin widget the fix for the QT member is to use "event.angleDelta().y()" instead of "delta()" https://github.com/jchanvfx/NodeGraphQt/blob/34c935631f992fac9f81eaa2d95df571717a0f7f/NodeGraphQt/custom_widgets/properties_bin.py#L61