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.
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
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)