2

I want to create an application in PYTHON with graphical interface (using pyqt), with a COM automation server.

So that COM clients could call this app using COM, and this would result in events in the main gui window. But I'm not sure how to integrate pyqt (signals/slots) to COM automation server (using pywin).

1 Answer 1

1

Your software is built from three different parts:

  1. The program core - what actually does the stuff.
  2. The GUI - in this case built in pyqt.
  3. The COM server - one more UI that has nothing to do with 2.

Let the COM client do its thing. The output can be doing stuff and updating the GUI interface.

What I am saying is that the two interfaces have nothing to do thin each other.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.