[PyQt] Weird problem with QSystemTrayIcon

2010-09-15 Thread Eric Frederich
I looked at the example with PyQt for system tray icons and tried to use it in my application. I couldn't get it to work. I couldn't find what the example was doing that I wasn't doing. I even did the stuff in the same order. I wound up taking the example and in-lining a bunch of functions then

Re: [PyQt] Weird problem with QSystemTrayIcon

2010-09-15 Thread Hans-Peter Jansen
On Wednesday 15 September 2010, 20:34:12 Eric Frederich wrote: In the end, I wound up with a small sample application where for some reason I need to call QtGui.QGroupBox() with some string or I'll never see the system tray icon. Below is example code. If you remove the line ...