| While I haven't used it myself, Qt4 has support for console applications. The list can comment on whether or not this is fully supported in PyQt. To clarify, you want to run a daemon of some sort. The daemon then, depending on what signals it gets, will launch a GUI application. Using a fork would be appropriate in this case. Forking will create a separate process. That new process can run independently of the parent process, so it can have a Qt application loop regardless of what the parent process does. --kev -- kevin at bang-splat dot com The tools for managing paradox are still undeveloped. --Kevin Kelly On Jul 16, 2006, at 10:09 PM, Fabian Steiner wrote:
|
_______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
