I want to set badge (notification number) on mac application using Qt,
I also try QApplication::setWindowIcon() but it's only change the icon on window and dialog, not the icon on dock. Is there anyway to set badge using Qt ? Can I call cocoa methods from Qt to set badge ?
Thank you
If you're using Qt 5.3, you're in luck! Badge notification numbers are supported in the Qt Mac Extras package. Specifically, see QtMac::setApplicationIconBadgeNumber()