How can I write a QWidget class to use Maya wrappers, such as MDagPath? Since there’s no way to create a callback in Maya for mouse movement, I’m trying to create one in Qt and sending data from Maya to the widget class. However, it either uses that data once or completely ignores it when the event occurs. How do I get Qt to fully interact with Maya functions?