You are not logged in.

manu

Beginner

  • "manu" started this thread

Posts: 3

Location: UK

Occupation: Software Engineer

  • Send private message

1

Friday, March 10th 2006, 9:30am

Tooltips in system tray

Hi,

I'm working on an application whose icon needs to be added in system tray. Till now Icon has been successfully added to system tray.
Problem is that I'm not able to get tooltip or balloon messages for this icon.
I follwed System tray protocol and XEmbed protocol.I tried every single thing written in these doc,but all in vain.

Can anyone of you help me in this regard.

Thanks
Regards
Manu

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Sunday, April 9th 2006, 11:19am

RE: Tooltips in system tray

Source code

1
QToolTip::add( pointer_to_your_docker_widget, i18n( "Localized text here" ) );


If you want more, you might look at RSIBreak's docker icon code.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)