<p dir="ltr">From the QT 5 qapplication doc, for any gui app using QT, there is precisely one qapplication object, no matter whether the application has 0, 1, 2 or more Windows at any given time. Last time I looked, qapplication was a Singleton, iirc.</p>
<div class="gmail_quote">On Dec 28, 2015 2:32 PM, "Stas Boukarev" <<a href="mailto:stassats@gmail.com">stassats@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Just use multiple threads.<br>
<br>
On Mon, Dec 28, 2015 at 9:45 PM, Orm Finnendahl<br>
<<a href="mailto:orm.finnendahl@selma.hfmdk-frankfurt.de">orm.finnendahl@selma.hfmdk-frankfurt.de</a>> wrote:<br>
> Hi,<br>
><br>
>  I'm looking for a common lisp tool to open multiple gui windows on<br>
> the fly from the repl for realtime musical applications, like synth<br>
> modules or graphs for displaying waveforms with cursors moving above<br>
> them.<br>
><br>
> I haven't found any documentation on this, but my tests seem to<br>
> indicate that a commonqt application blocks the repl and only one<br>
> qtapplication can be run at a time.<br>
><br>
> Is there an easy solution for this? I have used mcclim before and it<br>
> was possible there as every application-frame has its own repl, but I<br>
> fear mcclim doesn't have the same performance as qt.<br>
><br>
> --<br>
> Orm<br>
><br>
<br>
<br>
<br>
--<br>
With best regards, Stas.<br>
<br>
</blockquote></div>