nedrysoft / pingnoo

An open-source cross-platform traceroute/ping analyser.
https://www.pingnoo.com
GNU General Public License v3.0
263 stars 26 forks source link

macOS menu bar icon #67

Open fizzyade opened 3 years ago

fizzyade commented 3 years ago

Add a menu bar icon that can be configured to display the status of ping session, drop-down menu also showing a summary of ping target information.

fizzyade commented 3 years ago

menu bar code has been added for windows, it does not use the QtMacExtras implementation which does not allow the macOS popover window to be used, my own implementation (in the MacHelper library) provides a Popover class which uses the native macOS popover and embeds QWdigets inside it.