Hi, I have two pyqt application app1 and app2. I am trying to launch app2 from app1. I do not want any parent/child relation. Both apps could be QMainWindow.
The idea is that I do not want to start app2 whenvere I start app1. app2 is a server. app1 checks if the server is live, and launch it if necessary. thanks for your help, Philippe
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
