* Mark Summerfield [Thu, 21 Feb 2008 11:26:15 +]:
> Aside: AFAIK there is no way to intercept a left-click with
> QSystemTrayIcon; it is a QObject subclass (but not a QWidget subclass)
> so you can't reimplement either mouse or keyboard handlers. So if you
> want interaction it can only be by
Thursday 21 February 2008 12:26:15 napisałeś(-łaś):
> On 2008-02-21, Rafał Zawadzki wrote:
> > Hello. I am using python-qt4 on kubuntu 7.10.
> >
> > I found a very strange behaviour in the below code:
> >
> > * after exit (choose Quit from menu on systray icon application
> > segfaults)
>
> I don't
On 2008-02-21, Rafał Zawadzki wrote:
> Hello. I am using python-qt4 on kubuntu 7.10.
>
> I found a very strange behaviour in the below code:
>
> * after exit (choose Quit from menu on systray icon application
> segfaults)
I don't get the segfault using Qt 4.3.3; but there was a problem with Qt
4.3
Hello. I am using python-qt4 on kubuntu 7.10.
I found a very strange behaviour in the below code:
* after exit (choose Quit from menu on systray icon application segfaults)
* showMessage is showed centered on the screen - in class reference it is
connected with systracicon.
I suppose that these