<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 28, 2014 at 7:14 AM, Gelonida N <span dir="ltr"><<a href="mailto:gelonida@gmail.com" target="_blank">gelonida@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alan,<div class=""><br>
<br>
<br>
On 7/26/2014 7:35 PM, Alan Ezust wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You are only supposed to create one QApplication, and that should be<br>
main. Why do you want to create a second one somewhere else? That is<br>
probably a mistake.<br>
</blockquote>
<br></div>
I think I did not express myself very well.<br>
<br>
I do not want to create a second instance of a QApplication.<br>
I just want to know whether I can create an application from a thread which is NOT the main thread.<br></blockquote><div><br></div><div>Why would you want to? What problem does it solve?<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
I do not intend to create multiple QApplications, but wanted to know, what is so special about the main thread and why PyQt tells me, that I should create my GUI in the main thread.<br></blockquote><div><br></div><div>That is a Qt limitation, not just a PyQt limitation. Because the GUI classes are not thread-safe.<br>
</div><div>Other languages/frameworks have similar restrictions. <br><br><br></div></div></div></div>