[Interest] Design idioms for QtCore applications

Giuseppe D'Angelo dangelog at gmail.com
Fri Feb 8 14:11:04 CET 2013


On 8 February 2013 13:02, K. Frank <kfrank29.c at gmail.com> wrote:
>
> I think part of what I'm missing is the connection between the event
> loop, "a.exec()", and processing console input without blocking.

At least under Unix systems, QSocketNotifier on stdin is the glue
you're looking for.
-- 
Giuseppe D'Angelo



More information about the Interest mailing list