[Qt] Trying to implement Trayicon for Qt

Paul Ishenin ip at kmiac.ru
Wed Sep 5 10:26:18 CEST 2007


Felipe Monteiro de Carvalho пишет:
> On 9/5/07, Paul Ishenin <ip at kmiac.ru> wrote:
>> In Lazarus but not in LCL.
> 
> Ah ... ok.
> 
> Sure, but it will need a bit of redesigning. The current
> implementation is a bit chaotic in the sence that it is reimplemented
> on some widgetsets once and on others once per windowing system. I did
> it that way to get it working, as some version (like X11) are very
> hard to implement.
> 
> TTrayIcon deep down isn't dependent on the widgetset, but really on
> the windowing system, so it should theoretically be possible to have
> only 4 version (X11, win32, wince, carbon), and map anything else to
> them.
> 

gtk and gtk2 = X11 (some other parts of gtk widgetset uses same assumption)
win32 = win32
wince = wince
carbon = carbon
and qt has own implementation.

What I forget? FpGUI - dont take it into account.

Best regards,
Paul Ishenin.




More information about the Qt mailing list