PDA

View Full Version : how to use System Tray Icons in QToolBar



wagmare
13th January 2009, 14:03
Hi friends,
how can we use QSystemTrayIcon in QMainWindow() 's QToolBar ..
if it is not possible then how can i use balloon messages in tool bar item ?

please help :)

jpn
13th January 2009, 14:28
Huh? QSystemTrayIcon in QToolBar? They have nothing to do with each other. You might want to try to set tooltips for actions in a toolbar, though.

aamer4yu
13th January 2009, 15:52
if it is not possible then how can i use balloon messages in tool bar item ?

Make your custom tooltip, override tooltip event, and show ur custom tooltip :)