Argggggg!<br><br>never mind.. solved... i was using self.settings = QSettings() bla bla bla, inside the closeEvent, and i&#39;ve tried without self... and now it writes the file on close.... so i still use sys.exit() :D<br>
<br>Sorry...<br><br>Cheers.<br><br><div class="gmail_quote">2008/5/26 Gustavo A. Díaz &lt;<a href="mailto:gustavo.diaz@gmail.com">gustavo.diaz@gmail.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi guys,<br><br>I am having some problems with closeEvent having setQuitOnLastWindowClosed(False) on main().<br>When i connect to close() (from my systray) it only hides my application.<br>For that, a temporal fix for me was inserting on the closeEvent: sys.exit() but, now that i am implementing QSettings to store the windows position, is a problem... since that does not work if i use sys.exit() method.<br>

<br>Now, why i use setQuitOnLastWindowClosed(False)? cause i want to prevent User to close the app. pressing alt+f4. I&#39;ve tried to use a keys events and ignoring those keys combination, but didnt worked.<br><br>So, how can i close my application then?<br>

<br>Cheers.<br clear="all"><font color="#888888"><br>-- <br>Gustavo A. Díaz<br>GDNet Projects<br><a href="http://www.gdnet.com.ar" target="_blank">www.gdnet.com.ar</a>
</font></blockquote></div><br><br clear="all"><br>-- <br>Gustavo A. Díaz<br>GDNet Projects<br><a href="http://www.gdnet.com.ar">www.gdnet.com.ar</a>