[PATCH] Bug 156744: kmix wish: show tooltip with volume level

Rafał Miłecki zajec5 at gmail.com
Fri Mar 14 13:07:49 GMT 2008


Hi,

There is my trivial patch to enable displaying (100% already done)
tooltip. What was the problem? We were catching all events in
bool KMixDockWidget::event( QEvent * event )
and nothing was passed to QSystemTrayIcon

Hovering icon has to be passed to QSystemTrayIcon so it can display tooltip.

With this patch we catch only QEvent::Wheel which indeed, we want to
manage. Other events are just passed.

-- 
Rafał Miłecki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kmix.tray.tooltip.patch
Type: application/octet-stream
Size: 486 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-multimedia/attachments/20080314/06a4b71a/attachment.obj>
-------------- next part --------------
_______________________________________________
kde-multimedia mailing list
kde-multimedia at kde.org
https://mail.kde.org/mailman/listinfo/kde-multimedia


More information about the kde-multimedia mailing list