<div dir="ltr">You are only supposed to create one QApplication, and that should be main. Why do you want to create a second one somewhere else? That is probably a mistake. <br><br>You can use the "qApp" variable which is from PyQt5.QtCore to refer to this singleton from other places.<br>
<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jul 26, 2014 at 5:09 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,<br>
<br>
I wanted to better understand the exact impact of this warning and whether this warning has any impact if my code has to run on windows /Linux only.<br>
<br>
thanks in advance for any enlightment.<br>
<br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.<u></u>com/mailman/listinfo/pyqt</a></blockquote></div><br></div>