You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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)