qt4 - how to create a tray in QT like system tray -
i created qt application. in there several links connect other applications ms word, excel,ie etc. when corresponding button clicked, link application. want that, whenever particular application minimized, should go system tray of qt application ,not in system tray. have create system tray of qt. suggestions appreciated.thanks in advance.
to create system tray icon qt application convenient way use qsystemtrayicon
( http://qt-project.org/doc/qt-4.8/qsystemtrayicon.html ), not sure how can force excel or word not minimize default tray instead go applications system tray icon's context menu.
Comments
Post a Comment