Hi Guys!!<br><br>I&#39;ve been progressing a lot lately with my app in PyQT (<a href="http://opencoffee.lnxteam.org">http://opencoffee.lnxteam.org</a>), but like i am newbie in programming world and Python/QT, somethings cost me to understand. And i read the classes from the PyQT site, but i dont know c++ and i not pretend to learn it, is why i choose Python.
<br><br>I jave systray working perfectly. But i have a problem since Qt4.3 upgrade. Maybe is jusy my code:<br><br>With Qt4.2 the same implementation of Systray in PyQT, when i was pressing in the close button of my APP (in the WM button) the app hides to the systray.
<br>Since QT4.3, when i click on the close button, the app closes.<br><br>How i could fix this? or what do i need to add to my code to work correctly?<br><br>Another thing i wan to implement is to click on the systray of the app and hide it, and click again to show it. I was trying but without success...
<br><br>My code:<br><br>Systray code: <a href="http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/core/systemTray/tray.py">http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/core/systemTray/tray.py
</a><br>Signals and Slots for Systray: <a href="http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/MainApp.py#L71">http://opencoffee.lnxteam.org/trac/browser/trunk/opencoffee-server/MainApp.py#L71</a> (line 71 to 74)
<br><br>Thanks in advance.<br><br>Cheers.<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>