PyQt Classes Multiprocess

Viewed 1640

I want to be able to instantiate a number of QWidget() type classes, each in a separate process. Like Google Chrome does when you open a new tab.

Is this possible in python ?

1 Answers
Related