Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 7

Qt-interest Archive, April 2007
Tray window.


Message 1 in thread

Hey there,

I'm trying to make a tray window event like windows messenger.
It should pop up on the bottom right corner whenever I want (in case of new mail for example).

Any pre-made component in the Qt library ?

Best regards,
Ben.

Message 2 in thread

>"bunjee" <bunjeee@xxxxxxx> wrote in message
news:f0t96f$6bt$1@xxxxxxxxxxxxxxxxxxxxx
>Hey there,

>I'm trying to make a tray window event like windows messenger.
>It should pop up on the bottom right corner whenever I want (in case of new
mail for example).

>Any pre-made component in the Qt library ?


Not familliar with windows messanger but if you have Qt4.2 you can look
at QSystemTrayIcon.

--
 [ signature omitted ] 

Message 3 in thread

That's not exactly what I'm searching for but thanks for the info.

I want something portable and a real pop up widget.

Ben.

----- Original Message ----- 
From: "Duane Hebert" <spoo@xxxxxxxxx>
To: <qt-interest@xxxxxxxxxxxxx>
Sent: Friday, April 27, 2007 7:27 PM
Subject: Re: Tray window.


>
>>"bunjee" <bunjeee@xxxxxxx> wrote in message
> news:f0t96f$6bt$1@xxxxxxxxxxxxxxxxxxxxx
>>Hey there,
>
>>I'm trying to make a tray window event like windows messenger.
>>It should pop up on the bottom right corner whenever I want (in case of 
>>new
> mail for example).
>
>>Any pre-made component in the Qt library ?
>
>
> Not familliar with windows messanger but if you have Qt4.2 you can look
> at QSystemTrayIcon.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
> 

--
 [ signature omitted ] 

Message 4 in thread

"bunjee" <bunjeee@xxxxxxx> wrote in message
news:f0tmt8$9tt$1@xxxxxxxxxxxxxxxxxxxxx
> That's not exactly what I'm searching for but thanks for the info.
>
> I want something portable and a real pop up widget.

It's portable to linux if the windows manager supports it.
It works like a typical system tray icon in that it puts up a message
when you want.  Then you can assign a context menu.

Like I say, I'm not familliar with messenger.  Maybe ask the trolls
directly at support@xxxxxxxxxxxxxx

--
 [ signature omitted ]