Thank you for the response. I had also tried using an instantiated version of the class, but was still getting errors on connect.
It turns out that the line 110 above:
@pyqtSlot
was causing the issue. I don't know why, but when I commented out this line everything worked! It looks like that decorator is only for non-class functions.
Thanks!
Bookmarks