<div dir="ltr">I'm still having trouble listening for a COM object signal (in this case a stage callback, with the signature <span style="color:rgb(0,0,0)"><font face="monospace, monospace">MoveComplete(int)</font><font face="arial, helvetica, sans-serif">. </font></span><div><br></div><div>It seems I first need to get a reference to the <font face="monospace, monospace">MoveComplete </font>event so that I can connect it to a slot in my code. This doesn't seem easy. <i>Calls </i>to the COM object are made easily, like:</div><div><span style="font-family:monospace,monospace"><br></span></div><div><span style="font-family:monospace,monospace">self.dynamicCall('SetHWSerialNum(int)', args)</span><br></div><div><span style="font-family:arial,helvetica,sans-serif"><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">but there doesn't appear to be an equivalent method for listening for COM events that takes a string argument with the event name and parameters (e.g.</span><font face="monospace, monospace"> 'MoveComplete(int)'</font><span style="font-family:arial,helvetica,sans-serif">) - is there one?</span></div><div><span style="font-family:arial,helvetica,sans-serif"><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">The docs also mention that direct access to the COM object can be gained: "</span>Use queryInterface() to get access to the raw COM object.", but <font face="monospace, monospace">queryInterface </font>throws AttributeError. Is <font face="monospace, monospace">queryInterface </font>implemented in PyQt? Can this be used to listen for COM events?</div><div><br></div><div>Thanks.</div></div>